#8BABCA

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

Shades of Polo Blue #8BABCA

Tints of Polo Blue #8BABCA

Color information

#8BABCA (or 0x8BABCA) is unknown color: approx Polo Blue. HEX triplet: 8B, AB and CA. RGB value is (139,171,202). Sum of RGB (Red+Green+Blue) = 139+171+202=512 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.15% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #8BABCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BABCA is #745435. Grayscale: #A4A4A4. Windows color (decimal): -7623734 or 13282187. OLE color: 13282187.

HSL color Cylindrical-coordinate representation of color #8BABCA: hue angle of 209.52º 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 #8BABCA is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139171202-
CMYK0.310.1500.21
HSL209.52º37.28%66.86%-
HSV(B)209.52º31.19%79.22%-
XYZ35.8738.8861.49-
YUV164.97148.9109.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.15%
GREEN value IS 171 (67.19% from 255) = 33.40%
BLUE value IS 202 (79.30% from 255) = 39.45%
R=27.15%
G=33.40%
B=39.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391712020.310.1500.21209.5237.2866.86
Hex8BABCA1FF015d22543
Octal213253312371702532245103
Binary100010111010101111001010111111111010101110100101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BABCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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