#8C9FCD

Color #8C9FCD Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #8C9FCD

Tints of Polo Blue #8C9FCD

Color information

#8C9FCD (or 0x8C9FCD) is unknown color: approx Polo Blue. HEX triplet: 8C, 9F and CD. RGB value is (140,159,205). Sum of RGB (Red+Green+Blue) = 140+159+205=504 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.78% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #8C9FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9FCD is #736032. Grayscale: #9E9E9E. Windows color (decimal): -7561267 or 13475724. OLE color: 13475724.

HSL color Cylindrical-coordinate representation of color #8C9FCD: hue angle of 222.46º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8C9FCD is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB140159205-
CMYK0.320.2200.20
HSL222.46º39.39%67.65%-
HSV(B)222.46º31.71%80.39%-
XYZ34.2334.7862.67-
YUV158.56154.21114.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 27.78%
GREEN value IS 159 (62.5% from 255) = 31.55%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=27.78%
G=31.55%
B=40.67%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1401592050.320.2200.20222.4639.3967.65
Hex8C9FCD2016014de2744
Octal214237315402602433647104
Binary10001100100111111100110110000010110010100110111101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C9FCD; }

 p { color: rgb(140,159,205); }

 H1.HeaderClassName
 {
   color: #8C9FCD;
 }
 .AnyTagClassName
 {
   color: #8C9FCD;
 }
</style>
background-color css

<style>
 a { background-color: #8C9FCD; }

 a { background-color: rgb(140,159,205); }

 div.DivClassName
 {
   background-color: #8C9FCD;
 }
 .BgClassName
 {
   background-color: #8C9FCD;
 }
</style>
border-color css

<style>
 span { border-color: #8C9FCD; }

 span { border-color: rgb(140,159,205); }

 td.TdClassName
 {
   border-color: #8C9FCD;
 }
 .TagClassName
 {
   border-color: #8C9FCD;
 }
</style>