#8B9FCF

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

Shades of Polo Blue #8B9FCF

Tints of Polo Blue #8B9FCF

Color information

#8B9FCF (or 0x8B9FCF) is unknown color: approx Polo Blue. HEX triplet: 8B, 9F and CF. RGB value is (139,159,207). Sum of RGB (Red+Green+Blue) = 139+159+207=505 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.52% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 207 (81.25% from 255 or 40.99% from 505); Max value from RGB is 207 - color contains mainly: blue. Hex color #8B9FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9FCF is #746030. Grayscale: #9E9E9E. Windows color (decimal): -7626801 or 13606795. OLE color: 13606795.

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

Color convert

RGB139159207-
CMYK0.330.2300.19
HSL222.35º41.46%67.84%-
HSV(B)222.35º32.85%81.18%-
XYZ34.3134.7963.94-
YUV158.49155.37114.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.52%
GREEN value IS 159 (62.5% from 255) = 31.49%
BLUE value IS 207 (81.25% from 255) = 40.99%
R=27.52%
G=31.49%
B=40.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1391592070.330.2300.19222.3541.4667.84
Hex8B9FCF2117013de2944
Octal213237317412702333651104
Binary10001011100111111100111110000110111010011110111101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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