#8B9ECC

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

Shades of Polo Blue #8B9ECC

Tints of Polo Blue #8B9ECC

Color information

#8B9ECC (or 0x8B9ECC) is unknown color: approx Polo Blue. HEX triplet: 8B, 9E and CC. RGB value is (139,158,204). Sum of RGB (Red+Green+Blue) = 139+158+204=501 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.74% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #8B9ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9ECC is #746133. Grayscale: #9D9D9D. Windows color (decimal): -7627060 or 13409931. OLE color: 13409931.

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

Color convert

RGB139158204-
CMYK0.320.2300.2
HSL222.46º38.92%67.25%-
HSV(B)222.46º31.86%80%-
XYZ33.7734.361.97-
YUV157.56154.21114.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.74%
GREEN value IS 158 (62.11% from 255) = 31.54%
BLUE value IS 204 (80.08% from 255) = 40.72%
R=27.74%
G=31.54%
B=40.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1391582040.320.2300.2222.4638.9267.25
Hex8B9ECC2017014de2743
Octal213236314402702433647103
Binary10001011100111101100110010000010111010100110111101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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