#8B9ECA

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

Shades of Polo Blue #8B9ECA

Tints of Polo Blue #8B9ECA

Color information

#8B9ECA (or 0x8B9ECA) is unknown color: approx Polo Blue. HEX triplet: 8B, 9E and CA. RGB value is (139,158,202). Sum of RGB (Red+Green+Blue) = 139+158+202=499 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.86% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #8B9ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9ECA is #746135. Grayscale: #9D9D9D. Windows color (decimal): -7627062 or 13278859. OLE color: 13278859.

HSL color Cylindrical-coordinate representation of color #8B9ECA: hue angle of 221.9º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B9ECA is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139158202-
CMYK0.310.2200.21
HSL221.9º37.28%66.86%-
HSV(B)221.9º31.19%79.22%-
XYZ33.5334.2160.71-
YUV157.33153.21114.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.86%
GREEN value IS 158 (62.11% from 255) = 31.66%
BLUE value IS 202 (79.30% from 255) = 40.48%
R=27.86%
G=31.66%
B=40.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391582020.310.2200.21221.937.2866.86
Hex8B9ECA1F16015de2543
Octal213236312372602533645103
Binary1000101110011110110010101111110110010101110111101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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