#8BA1CA

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

Shades of Polo Blue #8BA1CA

Tints of Polo Blue #8BA1CA

Color information

#8BA1CA (or 0x8BA1CA) is unknown color: approx Polo Blue. HEX triplet: 8B, A1 and CA. RGB value is (139,161,202). Sum of RGB (Red+Green+Blue) = 139+161+202=502 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.69% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 202 - color contains mainly: blue. Hex color #8BA1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA1CA is #745E35. Grayscale: #9E9E9E. Windows color (decimal): -7626294 or 13279627. OLE color: 13279627.

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

Color convert

RGB139161202-
CMYK0.310.2000.21
HSL219.05º37.28%66.86%-
HSV(B)219.05º31.19%79.22%-
XYZ34.0535.2460.88-
YUV159.1152.21113.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.69%
GREEN value IS 161 (63.28% from 255) = 32.07%
BLUE value IS 202 (79.30% from 255) = 40.24%
R=27.69%
G=32.07%
B=40.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391612020.310.2000.21219.0537.2866.86
Hex8BA1CA1F14015db2543
Octal213241312372402533345103
Binary1000101110100001110010101111110100010101110110111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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