#8CA1CA

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

Shades of Polo Blue #8CA1CA

Tints of Polo Blue #8CA1CA

Color information

#8CA1CA (or 0x8CA1CA) is unknown color: approx Polo Blue. HEX triplet: 8C, A1 and CA. RGB value is (140,161,202). Sum of RGB (Red+Green+Blue) = 140+161+202=503 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.83% from 503); Green value is 161 (63.28% from 255 or 32.01% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #8CA1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA1CA is #735E35. Grayscale: #9F9F9F. Windows color (decimal): -7560758 or 13279628. OLE color: 13279628.

HSL color Cylindrical-coordinate representation of color #8CA1CA: hue angle of 219.68º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CA1CA is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB140161202-
CMYK0.310.2000.21
HSL219.68º36.9%67.06%-
HSV(B)219.68º30.69%79.22%-
XYZ34.2235.3360.89-
YUV159.39152.04114.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.83%
GREEN value IS 161 (63.28% from 255) = 32.01%
BLUE value IS 202 (79.30% from 255) = 40.16%
R=27.83%
G=32.01%
B=40.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1401612020.310.2000.21219.6836.967.06
Hex8CA1CA1F14015dc2543
Octal214241312372402533445103
Binary1000110010100001110010101111110100010101110111001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,161,202); }

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

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

 a { background-color: rgb(140,161,202); }

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

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

 span { border-color: rgb(140,161,202); }

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