#8BA0CE

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

Shades of Polo Blue #8BA0CE

Tints of Polo Blue #8BA0CE

Color information

#8BA0CE (or 0x8BA0CE) is unknown color: approx Polo Blue. HEX triplet: 8B, A0 and CE. RGB value is (139,160,206). Sum of RGB (Red+Green+Blue) = 139+160+206=505 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.52% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 206 (80.86% from 255 or 40.79% from 505); Max value from RGB is 206 - color contains mainly: blue. Hex color #8BA0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA0CE is #745F31. Grayscale: #9E9E9E. Windows color (decimal): -7626546 or 13541515. OLE color: 13541515.

HSL color Cylindrical-coordinate representation of color #8BA0CE: hue angle of 221.19º 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 #8BA0CE is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB139160206-
CMYK0.330.2200.19
HSL221.19º40.61%67.65%-
HSV(B)221.19º32.52%80.78%-
XYZ34.3635.0963.35-
YUV158.96154.54113.76-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.52%
GREEN value IS 160 (62.89% from 255) = 31.68%
BLUE value IS 206 (80.86% from 255) = 40.79%
R=27.52%
G=31.68%
B=40.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1391602060.330.2200.19221.1940.6167.65
Hex8BA0CE2116013dd2944
Octal213240316412602333551104
Binary10001011101000001100111010000110110010011110111011010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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