#8CA8CD

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

Shades of Polo Blue #8CA8CD

Tints of Polo Blue #8CA8CD

Color information

#8CA8CD (or 0x8CA8CD) is unknown color: approx Polo Blue. HEX triplet: 8C, A8 and CD. RGB value is (140,168,205). Sum of RGB (Red+Green+Blue) = 140+168+205=513 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.29% from 513); Green value is 168 (66.02% from 255 or 32.75% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #8CA8CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA8CD is #735732. Grayscale: #A3A3A3. Windows color (decimal): -7558963 or 13478028. OLE color: 13478028.

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

Color convert

RGB140168205-
CMYK0.320.1800.20
HSL214.15º39.39%67.65%-
HSV(B)214.15º31.71%80.39%-
XYZ35.8437.9963.2-
YUV163.85151.22110.99-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.29%
GREEN value IS 168 (66.02% from 255) = 32.75%
BLUE value IS 205 (80.47% from 255) = 39.96%
R=27.29%
G=32.75%
B=39.96%

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
Decimal1401682050.320.1800.20214.1539.3967.65
Hex8CA8CD2012014d62744
Octal214250315402202432647104
Binary10001100101010001100110110000010010010100110101101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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