COLOR #8592CC

HEX: #8592CC
RGB: (133,146,204)

Color info

#8592CC contains mainly green and blue colors. Web safe color of #8592CC is #9999CC (or #99C).

RGB color model

#8592CC color RGB value is (133,146,204).

  • red value is 133;
  • green value is 146;
  • blue value is 204.
RGB:
(133,146,204)
(52%,57%,80%)

RGB channels and saturation

R 133 of 255 = 52%
G 146 of 255 = 57%
B 204 of 255 = 80%

133
146
204

R + G + B ~ 63%. #8592CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 146 + 204 = 483 (100%)
R 133 of 483 ~ 27.54%
G 146 of 483 ~ 30.23%
B 204 of 483 ~ 42.24%

%27.54
%30.23
%42.24

CMYK color model

#8592CC color CMYK value is (35,28,0,20).

  • cyan value is 34.80%
  • magenta value is 28.43%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(35,28,0,20)
C35M28Y0K20 
(35%,28%,0%,20%)
(0.35/0.28/0.00/0.20)	

CMYK percentages

%34.8
%28.43
%0
%20

Codes

Color #8592CC in popluar color models

8592CC
RGB133146204
HSL229°41.04%66.08%
HSB/HSV229°34.80%80.00%
CMYK34.80%28.43%0.00%
20.00%

Color #8592CC in popluar number systems.

HEX8592CC
Decimal133146204
Binary100001011001001011001100
Octal205222314

Shades and tints

Shades of #8592CC

#8592CC
(133,146,204)
#7985BA
(121,133,186)
#6D78A8
(109,120,168)
#616B96
(97,107,150)
#555E84
(85,94,132)
#495172
(73,81,114)
#3D4460
(61,68,96)
#31374E
(49,55,78)
#252A3C
(37,42,60)
#191D2A
(25,29,42)
#0D1018
(13,16,24)
#000000
(0,0,0)

Tints of #8592CC

#8592CC
(133,146,204)
#909BD0
(144,155,208)
#9BA4D4
(155,164,212)
#A6ADD8
(166,173,216)
#B1B6DC
(177,182,220)
#BCBFE0
(188,191,224)
#C7C8E4
(199,200,228)
#D2D1E8
(210,209,232)
#DDDAEC
(221,218,236)
#E8E3F0
(232,227,240)
#F3ECF4
(243,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8592CC color. Also use rgb(133,146,204) instead hex code.

Text Font Color

.myTextColor { color: #8592CC; }

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

This text font color is #8592CC.


Background Color

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

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

This div background color is #8592CC.


Border color

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

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

This div border color is #8592CC.


Opacity

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

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

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

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

This text has shadow with #8592CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8592CC on black background.


Color preview on white background

This text has color #8592CC on white background.



Black color preview on #8592CC background

This text has black color on #8592CC background.


White color preview on #8592CC background

This text has white color on #8592CC background.