#8C9ECC

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

Shades of Polo Blue #8C9ECC

Tints of Polo Blue #8C9ECC

Color information

#8C9ECC (or 0x8C9ECC) is unknown color: approx Polo Blue. HEX triplet: 8C, 9E and CC. RGB value is (140,158,204). Sum of RGB (Red+Green+Blue) = 140+158+204=502 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.89% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C9ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C9ECC is #736133. Grayscale: #9D9D9D. Windows color (decimal): -7561524 or 13409932. OLE color: 13409932.

HSL color Cylindrical-coordinate representation of color #8C9ECC: hue angle of 223.12º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C9ECC is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB140158204-
CMYK0.310.2300.2
HSL223.12º38.55%67.45%-
HSV(B)223.12º31.37%80%-
XYZ33.9434.3961.98-
YUV157.86154.04115.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.89%
GREEN value IS 158 (62.11% from 255) = 31.47%
BLUE value IS 204 (80.08% from 255) = 40.64%
R=27.89%
G=31.47%
B=40.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1401582040.310.2300.2223.1238.5567.45
Hex8C9ECC1F17014df2743
Octal214236314372702433747103
Binary1000110010011110110011001111110111010100110111111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,158,204); }

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

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

 a { background-color: rgb(140,158,204); }

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

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

 span { border-color: rgb(140,158,204); }

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