Shades of Polo Blue #8B9FCB
Tints of Polo Blue #8B9FCB
RGB
CMYK
RGB Variations
Color information
#8B9FCB (or 0x8B9FCB) is known color: Polo Blue. HEX triplet: 8B, 9F and CB. RGB value is (139,159,203). Sum of RGB (Red+Green+Blue) = 139+159+203=501 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.74% from 501); Green value is 159 (62.5% from 255 or 31.74% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #8B9FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8B9FCB is #746034. Grayscale: #9D9D9D. Windows color (decimal): -7626805 or 13344651. OLE color: 13344651.
HSL color Cylindrical-coordinate representation of color #8B9FCB: hue angle of 221.25º degrees, saturation: 0.38, 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 #8B9FCB is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 159 | 203 | - |
| CMYK | 0.32 | 0.22 | 0 | 0.20 |
| HSL | 221.25º | 0.38% | 0.67% | - |
| HSV(B) | 221.25º | 0.32% | 0.8% | - |
| XYZ | 33.83 | 34.6 | 61.4 | - |
| YUV | 158.04 | 153.37 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 159 | 203 | 0.32 | 0.22 | 0 | 0.20 | 221.25 | 0.38 | 0.67 |
| Hex | 8B | 9F | CB | 20 | 16 | 0 | 14 | DD | 26 | 43 |
| Octal | 213 | 237 | 313 | 40 | 26 | 0 | 24 | 335 | 46 | 103 |
| Binary | 10001011 | 10011111 | 11001011 | 100000 | 10110 | 0 | 10100 | 11011101 | 100110 | 1000011 |
Color Harmonies of #8B9FCB
Complementary color
Monochromatic Colors of #8B9FCB
Black with #8B9FCB
Text Example
Text Example
White with #8B9FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9FCB; }
p { color: rgb(139,159,203); }
H1.HeaderClassName
{
color: #8B9FCB;
}
.AnyTagClassName
{
color: #8B9FCB;
}
</style>
background-color css
<style>
a { background-color: #8B9FCB; }
a { background-color: rgb(139,159,203); }
div.DivClassName
{
background-color: #8B9FCB;
}
.BgClassName
{
background-color: #8B9FCB;
}
</style>
border-color css
<style>
span { border-color: #8B9FCB; }
span { border-color: rgb(139,159,203); }
td.TdClassName
{
border-color: #8B9FCB;
}
.TagClassName
{
border-color: #8B9FCB;
}
</style>