COLOR #7586CC

HEX: #7586CC RGB: (117,134,204)

Color info

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

RGB color model

#7586CC color RGB value is (117,134,204).

RGB: (117,134,204) (46%, 53%, 80%)

RGB channels and saturation

R 117 of 255 = 46%
G 134 of 255 = 53%
B 204 of 255 = 80%

117
134
204

R + G + B ~ 60%. #7586CC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 134 + 204 = 455 (100%)
R 117 of 455 ~ 25.71%
G 134 of 455 ~ 29.45%
B 204 of 455 ~ 44.84'%

%25.71
%29.45
%44.84

CMYK color model

#7586CC color CMYK value is (43,34,0,20).

  • cyan value is 42.65%
  • magenta value is 34.31%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (43,34,0,20)
C43M34Y0K20 (43%, 34%, 0%, 20%)
(0.43 / 0.34 / 0.00 / 0.20)

CMYK percentages

%42.65
%34.31
%0
%20

Codes

Color #7586CC in popluar color models

75 86 CC
RGB 117 134 204
HSL 228° 46.03% 62.94%
HSB/HSV 228° 42.65% 80.00%
CMYK 42.65% 34.31% 0.00%
20.00%

Color #7586CC in popluar number systems.

HEX 75 86 CC
Decimal 117 134 204
Binary 1110101 10000110 11001100
Octal 165 206 314

Shades and tints

Shades of #7586CC

#7586CC
(117,134,204)
#6B7ABA
(107,122,186)
#616EA8
(97,110,168)
#576296
(87,98,150)
#4D5684
(77,86,132)
#434A72
(67,74,114)
#393E60
(57,62,96)
#2F324E
(47,50,78)
#25263C
(37,38,60)
#1B1A2A
(27,26,42)
#110E18
(17,14,24)
#000000
(0,0,0)

Tints of #7586CC

#7586CC
(117,134,204)
#8191D0
(129,145,208)
#8D9CD4
(141,156,212)
#99A7D8
(153,167,216)
#A5B2DC
(165,178,220)
#B1BDE0
(177,189,224)
#BDC8E4
(189,200,228)
#C9D3E8
(201,211,232)
#D5DEEC
(213,222,236)
#E1E9F0
(225,233,240)
#EDF4F4
(237,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7586CC color. Also use rgb(117,134,204) instead hex code.

Text Font Color

.myTextColor { color: #7586CC; }

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

This text font color is #7586CC.

Background Color

.myBgColor { background-color: #7586CC; }

<div style="background-color:#7586CC">Inner text</div>

This div background color is #7586CC.

Border color

.myBorderColor { border: 1px solid #7586CC; }

<div style="border:3px solid #7586CC">Div</div>

This div border color is #7586CC.

Opacity

.myOpacity80 { color: #7586CC; opacity: 0.8; }

<p style="color:#7586CC;opacity:0.8;">80%</p>

Text with #7586CC 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 #7586CC;}

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

This text has shadow with #7586CC color.


.textShadow {text-shadow: 3px 3px 1px #7586CC', 3px 3px 1px red;}

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

This text has shadow with #7586CC primary color and red secondary color.


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

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

This text has shadow with #7586CC and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7586CC; -webkit-box-shadow: 1px 1px 3px 2px #7586CC; box-shadow:1px 1px 3px 2px #7586CC;">
Div content here
</div>

This div box has shadow with color #7586CC.

Preview

Color preview on black background

This text has color #7586CC on black background.


Color preview on white background

This text has color #7586CC on white background.


Black color preview on #7586CC background

This text has black color on #7586CC background.


White color preview on #7586CC background

This text has white color on #7586CC background.


Related colors

Complementary color

Complementary color for #hex is #8A7933.


I love getcolorcode.com

Triadic colors

1 #CC7586 and #86CC75 with #7586CC are triadic colors.

2 #CC8675 and #8675CC with #7586CC are triadic colors.