#8CA7C6

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

Shades of Polo Blue #8CA7C6

Tints of Polo Blue #8CA7C6

Color information

#8CA7C6 (or 0x8CA7C6) is unknown color: approx Polo Blue. HEX triplet: 8C, A7 and C6. RGB value is (140,167,198). Sum of RGB (Red+Green+Blue) = 140+167+198=505 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.72% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 198 (77.73% from 255 or 39.21% from 505); Max value from RGB is 198 - color contains mainly: blue. Hex color #8CA7C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA7C6 is #735839. Grayscale: #A2A2A2. Windows color (decimal): -7559226 or 13019020. OLE color: 13019020.

HSL color Cylindrical-coordinate representation of color #8CA7C6: hue angle of 212.07º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8CA7C6 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB140167198-
CMYK0.290.1600.22
HSL212.07º33.72%66.27%-
HSV(B)212.07º29.29%77.65%-
XYZ34.8337.2958.79-
YUV162.46148.05111.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.72%
GREEN value IS 167 (65.62% from 255) = 33.07%
BLUE value IS 198 (77.73% from 255) = 39.21%
R=27.72%
G=33.07%
B=39.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1401671980.290.1600.22212.0733.7266.27
Hex8CA7C61D10016d42242
Octal214247306352002632442102
Binary1000110010100111110001101110110000010110110101001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,167,198); }

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

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

 a { background-color: rgb(140,167,198); }

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

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

 span { border-color: rgb(140,167,198); }

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