#8B9FCD

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

Shades of Polo Blue #8B9FCD

Tints of Polo Blue #8B9FCD

Color information

#8B9FCD (or 0x8B9FCD) is unknown color: approx Polo Blue. HEX triplet: 8B, 9F and CD. RGB value is (139,159,205). Sum of RGB (Red+Green+Blue) = 139+159+205=503 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.63% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B9FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9FCD is #746032. Grayscale: #9E9E9E. Windows color (decimal): -7626803 or 13475723. OLE color: 13475723.

HSL color Cylindrical-coordinate representation of color #8B9FCD: hue angle of 221.82º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B9FCD is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB139159205-
CMYK0.320.2200.20
HSL221.82º39.76%67.45%-
HSV(B)221.82º32.2%80.39%-
XYZ34.0734.6962.66-
YUV158.26154.37114.26-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.63%
GREEN value IS 159 (62.5% from 255) = 31.61%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=27.63%
G=31.61%
B=40.76%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1391592050.320.2200.20221.8239.7667.45
Hex8B9FCD2016014de2843
Octal213237315402602433650103
Binary10001011100111111100110110000010110010100110111101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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