#8B9FC8

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

Shades of Polo Blue #8B9FC8

Tints of Polo Blue #8B9FC8

Color information

#8B9FC8 (or 0x8B9FC8) is unknown color: approx Polo Blue. HEX triplet: 8B, 9F and C8. RGB value is (139,159,200). Sum of RGB (Red+Green+Blue) = 139+159+200=498 (65% of max value = 765). Red value is 139 (54.69% from 255 or 27.91% from 498); Green value is 159 (62.5% from 255 or 31.93% from 498); Blue value is 200 (78.52% from 255 or 40.16% from 498); Max value from RGB is 200 - color contains mainly: blue. Hex color #8B9FC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9FC8 is #746037. Grayscale: #9D9D9D. Windows color (decimal): -7626808 or 13148043. OLE color: 13148043.

HSL color Cylindrical-coordinate representation of color #8B9FC8: hue angle of 220.33º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B9FC8 is Cyan = 0.30, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB139159200-
CMYK0.300.2000.22
HSL220.33º35.67%66.47%-
HSV(B)220.33º30.5%78.43%-
XYZ33.4734.4659.53-
YUV157.69151.87114.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.91%
GREEN value IS 159 (62.5% from 255) = 31.93%
BLUE value IS 200 (78.52% from 255) = 40.16%
R=27.91%
G=31.93%
B=40.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1391592000.300.2000.22220.3335.6766.47
Hex8B9FC81E14016dc2442
Octal213237310362402633444102
Binary1000101110011111110010001111010100010110110111001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,159,200); }

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

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

 a { background-color: rgb(139,159,200); }

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

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

 span { border-color: rgb(139,159,200); }

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