#8ca2cf

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

Shades of Polo Blue #8CA2CF

Tints of Polo Blue #8CA2CF

Color information

#8CA2CF (or 0x8CA2CF) is unknown color: approx Polo Blue. HEX triplet: 8C, A2 and CF. RGB value is (140,162,207). Sum of RGB (Red+Green+Blue) = 140+162+207=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #8CA2CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA2CF is #735D30. Grayscale: #A0A0A0. Windows color (decimal): -7560497 or 13607564. OLE color: 13607564.

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

Color convert

RGB140162207-
CMYK0.320.2200.19
HSL220.3º41.1%68.04%-
HSV(B)220.3º32.37%81.18%-
XYZ3535.9264.12-
YUV160.55154.21113.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.50%
GREEN value IS 162 (63.67% from 255) = 31.83%
BLUE value IS 207 (81.25% from 255) = 40.67%
R=27.50%
G=31.83%
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.19
SystemRedGreenBlueCMYKHSL
Decimal1401622070.320.2200.19220.341.168.04
Hex8CA2CF2016013dc2944
Octal214242317402602333451104
Binary10001100101000101100111110000010110010011110111001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ca2cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,162,207); }

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

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

 a { background-color: rgb(140,162,207); }

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

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

 span { border-color: rgb(140,162,207); }

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