COLOR #7487C7

HEX: #7487C7
RGB: (116,135,199)

Color info

#7487C7 contains mainly blue color. Web safe color of #7487C7 is #6699CC (or #69C).

RGB color model

#7487C7 color RGB value is (116,135,199).

  • red value is 116;
  • green value is 135;
  • blue value is 199.
RGB:
(116,135,199)
(45%,53%,78%)

RGB channels and saturation

R 116 of 255 = 45%
G 135 of 255 = 53%
B 199 of 255 = 78%

116
135
199

R + G + B ~ 59%. #7487C7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 135 + 199 = 450 (100%)
R 116 of 450 ~ 25.78%
G 135 of 450 ~ 30%
B 199 of 450 ~ 44.22%

%25.78
%30
%44.22

CMYK color model

#7487C7 color CMYK value is (42,32,0,22).

  • cyan value is 41.71%
  • magenta value is 32.16%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(42,32,0,22)
C42M32Y0K22 
(42%,32%,0%,22%)
(0.42/0.32/0.00/0.22)	

CMYK percentages

%41.71
%32.16
%0
%21.96

Codes

Color #7487C7 in popluar color models

7487C7
RGB116135199
HSL226°42.56%61.76%
HSB/HSV226°41.71%78.04%
CMYK41.71%32.16%0.00%
21.96%

Color #7487C7 in popluar number systems.

HEX7487C7
Decimal116135199
Binary11101001000011111000111
Octal164207307

Shades and tints

Shades of #7487C7

#7487C7
(116,135,199)
#6A7BB5
(106,123,181)
#606FA3
(96,111,163)
#566391
(86,99,145)
#4C577F
(76,87,127)
#424B6D
(66,75,109)
#383F5B
(56,63,91)
#2E3349
(46,51,73)
#242737
(36,39,55)
#1A1B25
(26,27,37)
#100F13
(16,15,19)
#000000
(0,0,0)

Tints of #7487C7

#7487C7
(116,135,199)
#8091CC
(128,145,204)
#8C9BD1
(140,155,209)
#98A5D6
(152,165,214)
#A4AFDB
(164,175,219)
#B0B9E0
(176,185,224)
#BCC3E5
(188,195,229)
#C8CDEA
(200,205,234)
#D4D7EF
(212,215,239)
#E0E1F4
(224,225,244)
#ECEBF9
(236,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7487C7 color. Also use rgb(116,135,199) instead hex code.

Text Font Color

.myTextColor { color: #7487C7; }

<p style="color:#7487C7">This sample text font color is #7487C7.</p>

This text font color is #7487C7.


Background Color

.myBgColor { background-color: #7487C7; }

<div style="background-color:#7487C7">Inner text</div>

This div background color is #7487C7.


Border color

.myBorderColor { border: 1px solid #7487C7; }

<div style="border:3px solid #7487C7">Div</div>

This div border color is #7487C7.


Opacity

.myOpacity80 { color: #7487C7; opacity: 0.8; }

<p style="color:#7487C7;opacity:0.8;">80%</p>

Text with #7487C7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7487C7;}

<p style="text-shadow: 3px 3px 1px #7487C7">Text here.</p>

This text has shadow with #7487C7 color.

.textShadow {text-shadow: 3px 3px 1px #7487C7, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7487C7, 5px 5px 20px red">Text here.</p>

This text has shadow with #7487C7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7487C7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7487C7, Direction=45, Strength=4)">Text</p>

This text has shadow with #7487C7 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7487C7;
  -webkit-box-shadow:	1px 1px 3px 2px #7487C7;
  box-shadow:		1px 1px 3px 2px #7487C7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7487C7;
-webkit-box-shadow: 1px 1px 3px 2px #7487C7;
box-shadow:1px 1px 3px 2px #7487C7;">
Div content here</div>
This div box has shadow with color #7487C7.

Preview

Color preview on black background

This text has color #7487C7 on black background.


Color preview on white background

This text has color #7487C7 on white background.



Black color preview on #7487C7 background

This text has black color on #7487C7 background.


White color preview on #7487C7 background

This text has white color on #7487C7 background.