#8CA9CD

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

Shades of Polo Blue #8CA9CD

Tints of Polo Blue #8CA9CD

Color information

#8CA9CD (or 0x8CA9CD) is unknown color: approx Polo Blue. HEX triplet: 8C, A9 and CD. RGB value is (140,169,205). Sum of RGB (Red+Green+Blue) = 140+169+205=514 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.24% from 514); Green value is 169 (66.41% from 255 or 32.88% from 514); Blue value is 205 (80.47% from 255 or 39.88% from 514); Max value from RGB is 205 - color contains mainly: blue. Hex color #8CA9CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA9CD is #735632. Grayscale: #A4A4A4. Windows color (decimal): -7558707 or 13478284. OLE color: 13478284.

HSL color Cylindrical-coordinate representation of color #8CA9CD: hue angle of 213.23º 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 #8CA9CD is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB140169205-
CMYK0.320.1800.20
HSL213.23º39.39%67.65%-
HSV(B)213.23º31.71%80.39%-
XYZ36.0238.3663.26-
YUV164.43150.89110.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.24%
GREEN value IS 169 (66.41% from 255) = 32.88%
BLUE value IS 205 (80.47% from 255) = 39.88%
R=27.24%
G=32.88%
B=39.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1401692050.320.1800.20213.2339.3967.65
Hex8CA9CD2012014d52744
Octal214251315402202432547104
Binary10001100101010011100110110000010010010100110101011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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