#8CA7DC

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

Shades of Polo Blue #8CA7DC

Tints of Polo Blue #8CA7DC

Color information

#8CA7DC (or 0x8CA7DC) is unknown color: approx Polo Blue. HEX triplet: 8C, A7 and DC. RGB value is (140,167,220). Sum of RGB (Red+Green+Blue) = 140+167+220=527 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.57% from 527); Green value is 167 (65.62% from 255 or 31.69% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #8CA7DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA7DC is #735823. Grayscale: #A4A4A4. Windows color (decimal): -7559204 or 14460812. OLE color: 14460812.

HSL color Cylindrical-coordinate representation of color #8CA7DC: hue angle of 219.75º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CA7DC is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB140167220-
CMYK0.360.2400.14
HSL219.75º53.33%70.59%-
HSV(B)219.75º36.36%86.27%-
XYZ37.5538.3873.14-
YUV164.97159.05110.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 26.57%
GREEN value IS 167 (65.62% from 255) = 31.69%
BLUE value IS 220 (86.33% from 255) = 41.75%
R=26.57%
G=31.69%
B=41.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1401672200.360.2400.14219.7553.3370.59
Hex8CA7DC24180Edc3547
Octal214247334443001633465107
Binary1000110010100111110111001001001100001110110111001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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