#8BA7CE

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

Shades of Polo Blue #8BA7CE

Tints of Polo Blue #8BA7CE

Color information

#8BA7CE (or 0x8BA7CE) is unknown color: approx Polo Blue. HEX triplet: 8B, A7 and CE. RGB value is (139,167,206). Sum of RGB (Red+Green+Blue) = 139+167+206=512 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.15% from 512); Green value is 167 (65.62% from 255 or 32.62% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #8BA7CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA7CE is #745831. Grayscale: #A2A2A2. Windows color (decimal): -7624754 or 13543307. OLE color: 13543307.

HSL color Cylindrical-coordinate representation of color #8BA7CE: hue angle of 214.93º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8BA7CE is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB139167206-
CMYK0.330.1900.19
HSL214.93º40.61%67.65%-
HSV(B)214.93º32.52%80.78%-
XYZ35.6137.5863.77-
YUV163.07152.22110.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.15%
GREEN value IS 167 (65.62% from 255) = 32.62%
BLUE value IS 206 (80.86% from 255) = 40.23%
R=27.15%
G=32.62%
B=40.23%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1391672060.330.1900.19214.9340.6167.65
Hex8BA7CE2113013d72944
Octal213247316412302332751104
Binary10001011101001111100111010000110011010011110101111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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