#8BA0C4

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

Shades of Polo Blue #8BA0C4

Tints of Polo Blue #8BA0C4

Color information

#8BA0C4 (or 0x8BA0C4) is unknown color: approx Polo Blue. HEX triplet: 8B, A0 and C4. RGB value is (139,160,196). Sum of RGB (Red+Green+Blue) = 139+160+196=495 (65% of max value = 765). Red value is 139 (54.69% from 255 or 28.08% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 196 - color contains mainly: blue. Hex color #8BA0C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA0C4 is #745F3B. Grayscale: #9D9D9D. Windows color (decimal): -7626556 or 12886155. OLE color: 12886155.

HSL color Cylindrical-coordinate representation of color #8BA0C4: hue angle of 217.89º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8BA0C4 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB139160196-
CMYK0.290.1800.23
HSL217.89º32.57%65.69%-
HSV(B)217.89º29.08%76.86%-
XYZ33.1834.6257.16-
YUV157.82149.54114.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.08%
GREEN value IS 160 (62.89% from 255) = 32.32%
BLUE value IS 196 (76.95% from 255) = 39.60%
R=28.08%
G=32.32%
B=39.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1391601960.290.1800.23217.8932.5765.69
Hex8BA0C41D12017da2142
Octal213240304352202733241102
Binary1000101110100000110001001110110010010111110110101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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