#8BA7CA

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

Shades of Polo Blue #8BA7CA

Tints of Polo Blue #8BA7CA

Color information

#8BA7CA (or 0x8BA7CA) is unknown color: approx Polo Blue. HEX triplet: 8B, A7 and CA. RGB value is (139,167,202). Sum of RGB (Red+Green+Blue) = 139+167+202=508 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.36% from 508); Green value is 167 (65.62% from 255 or 32.87% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #8BA7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA7CA is #745835. Grayscale: #A2A2A2. Windows color (decimal): -7624758 or 13281163. OLE color: 13281163.

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

Color convert

RGB139167202-
CMYK0.310.1700.21
HSL213.33º37.28%66.86%-
HSV(B)213.33º31.19%79.22%-
XYZ35.1337.3961.24-
YUV162.62150.22111.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.36%
GREEN value IS 167 (65.62% from 255) = 32.87%
BLUE value IS 202 (79.30% from 255) = 39.76%
R=27.36%
G=32.87%
B=39.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391672020.310.1700.21213.3337.2866.86
Hex8BA7CA1F11015d52543
Octal213247312372102532545103
Binary1000101110100111110010101111110001010101110101011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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