#8B9ECD

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

Shades of Polo Blue #8B9ECD

Tints of Polo Blue #8B9ECD

Color information

#8B9ECD (or 0x8B9ECD) is unknown color: approx Polo Blue. HEX triplet: 8B, 9E and CD. RGB value is (139,158,205). Sum of RGB (Red+Green+Blue) = 139+158+205=502 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.69% from 502); Green value is 158 (62.11% from 255 or 31.47% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B9ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9ECD is #746132. Grayscale: #9D9D9D. Windows color (decimal): -7627059 or 13475467. OLE color: 13475467.

HSL color Cylindrical-coordinate representation of color #8B9ECD: hue angle of 222.73º degrees, saturation: 0.4, 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 #8B9ECD is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB139158205-
CMYK0.320.2300.20
HSL222.73º39.76%67.45%-
HSV(B)222.73º32.2%80.39%-
XYZ33.8934.3562.6-
YUV157.68154.71114.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.69%
GREEN value IS 158 (62.11% from 255) = 31.47%
BLUE value IS 205 (80.47% from 255) = 40.84%
R=27.69%
G=31.47%
B=40.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391582050.320.2300.20222.7339.7667.45
Hex8B9ECD2017014df2843
Octal213236315402702433750103
Binary10001011100111101100110110000010111010100110111111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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