Shades of Polo Blue #8E9FCA
Tints of Polo Blue #8E9FCA
RGB
CMYK
RGB Variations
Color information
#8E9FCA (or 0x8E9FCA) is known color: Polo Blue. HEX triplet: 8E, 9F and CA. RGB value is (142,159,202). Sum of RGB (Red+Green+Blue) = 142+159+202=503 (66% of max value = 765). Red value is 142 (55.86% from 255 or 28.23% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #8E9FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E9FCA is #716035. Grayscale: #9E9E9E. Windows color (decimal): -7430198 or 13279118. OLE color: 13279118.
HSL color Cylindrical-coordinate representation of color #8E9FCA: hue angle of 223º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E9FCA is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 142 | 159 | 202 | - |
| CMYK | 0.30 | 0.21 | 0 | 0.21 |
| HSL | 223º | 0.36% | 0.67% | - |
| HSV(B) | 223º | 0.3% | 0.79% | - |
| XYZ | 34.21 | 34.81 | 60.79 | - |
| YUV | 158.82 | 152.37 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 159 | 202 | 0.30 | 0.21 | 0 | 0.21 | 223 | 0.36 | 0.67 |
| Hex | 8E | 9F | CA | 1E | 15 | 0 | 15 | DF | 24 | 43 |
| Octal | 216 | 237 | 312 | 36 | 25 | 0 | 25 | 337 | 44 | 103 |
| Binary | 10001110 | 10011111 | 11001010 | 11110 | 10101 | 0 | 10101 | 11011111 | 100100 | 1000011 |
Color Harmonies of #8E9FCA
Complementary color
Monochromatic Colors of #8E9FCA
Black with #8E9FCA
Text Example
Text Example
White with #8E9FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9FCA; }
p { color: rgb(142,159,202); }
H1.HeaderClassName
{
color: #8E9FCA;
}
.AnyTagClassName
{
color: #8E9FCA;
}
</style>
background-color css
<style>
a { background-color: #8E9FCA; }
a { background-color: rgb(142,159,202); }
div.DivClassName
{
background-color: #8E9FCA;
}
.BgClassName
{
background-color: #8E9FCA;
}
</style>
border-color css
<style>
span { border-color: #8E9FCA; }
span { border-color: rgb(142,159,202); }
td.TdClassName
{
border-color: #8E9FCA;
}
.TagClassName
{
border-color: #8E9FCA;
}
</style>