#8BA0CA

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

Shades of Polo Blue #8BA0CA

Tints of Polo Blue #8BA0CA

Color information

#8BA0CA (or 0x8BA0CA) is unknown color: approx Polo Blue. HEX triplet: 8B, A0 and CA. RGB value is (139,160,202). Sum of RGB (Red+Green+Blue) = 139+160+202=501 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.74% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #8BA0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA0CA is #745F35. Grayscale: #9E9E9E. Windows color (decimal): -7626550 or 13279371. OLE color: 13279371.

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

Color convert

RGB139160202-
CMYK0.310.2100.21
HSL220º37.28%66.86%-
HSV(B)220º31.19%79.22%-
XYZ33.8834.8960.83-
YUV158.51152.54114.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.74%
GREEN value IS 160 (62.89% from 255) = 31.94%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=27.74%
G=31.94%
B=40.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391602020.310.2100.2122037.2866.86
Hex8BA0CA1F15015dc2543
Octal213240312372502533445103
Binary1000101110100000110010101111110101010101110111001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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