Shades of Polo Blue #8D9FCB
Tints of Polo Blue #8D9FCB
RGB
CMYK
RGB Variations
Color information
#8D9FCB (or 0x8D9FCB) is known color: Polo Blue. HEX triplet: 8D, 9F and CB. RGB value is (141,159,203). Sum of RGB (Red+Green+Blue) = 141+159+203=503 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.03% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D9FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D9FCB is #726034. Grayscale: #9E9E9E. Windows color (decimal): -7495733 or 13344653. OLE color: 13344653.
HSL color Cylindrical-coordinate representation of color #8D9FCB: hue angle of 222.58º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D9FCB is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 159 | 203 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.20 |
| HSL | 222.58º | 0.37% | 0.67% | - |
| HSV(B) | 222.58º | 0.31% | 0.8% | - |
| XYZ | 34.16 | 34.77 | 61.41 | - |
| YUV | 158.63 | 153.04 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 159 | 203 | 0.31 | 0.22 | 0 | 0.20 | 222.58 | 0.37 | 0.67 |
| Hex | 8D | 9F | CB | 1F | 16 | 0 | 14 | DF | 25 | 43 |
| Octal | 215 | 237 | 313 | 37 | 26 | 0 | 24 | 337 | 45 | 103 |
| Binary | 10001101 | 10011111 | 11001011 | 11111 | 10110 | 0 | 10100 | 11011111 | 100101 | 1000011 |
Color Harmonies of #8D9FCB
Complementary color
Monochromatic Colors of #8D9FCB
Black with #8D9FCB
Text Example
Text Example
White with #8D9FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9FCB; }
p { color: rgb(141,159,203); }
H1.HeaderClassName
{
color: #8D9FCB;
}
.AnyTagClassName
{
color: #8D9FCB;
}
</style>
background-color css
<style>
a { background-color: #8D9FCB; }
a { background-color: rgb(141,159,203); }
div.DivClassName
{
background-color: #8D9FCB;
}
.BgClassName
{
background-color: #8D9FCB;
}
</style>
border-color css
<style>
span { border-color: #8D9FCB; }
span { border-color: rgb(141,159,203); }
td.TdClassName
{
border-color: #8D9FCB;
}
.TagClassName
{
border-color: #8D9FCB;
}
</style>