Shades of Polo Blue #8A9ECD
Tints of Polo Blue #8A9ECD
RGB
CMYK
RGB Variations
Color information
#8A9ECD (or 0x8A9ECD) is known color: Polo Blue. HEX triplet: 8A, 9E and CD. RGB value is (138,158,205). Sum of RGB (Red+Green+Blue) = 138+158+205=501 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.54% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #8A9ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9ECD is #756132. Grayscale: #9D9D9D. Windows color (decimal): -7692595 or 13475466. OLE color: 13475466.
HSL color Cylindrical-coordinate representation of color #8A9ECD: hue angle of 222.09º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A9ECD is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 158 | 205 | - |
| CMYK | 0.33 | 0.23 | 0 | 0.20 |
| HSL | 222.09º | 0.4% | 0.67% | - |
| HSV(B) | 222.09º | 0.33% | 0.8% | - |
| XYZ | 33.73 | 34.26 | 62.59 | - |
| YUV | 157.38 | 154.87 | 114.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 158 | 205 | 0.33 | 0.23 | 0 | 0.20 | 222.09 | 0.4 | 0.67 |
| Hex | 8A | 9E | CD | 21 | 17 | 0 | 14 | DE | 28 | 43 |
| Octal | 212 | 236 | 315 | 41 | 27 | 0 | 24 | 336 | 50 | 103 |
| Binary | 10001010 | 10011110 | 11001101 | 100001 | 10111 | 0 | 10100 | 11011110 | 101000 | 1000011 |
Color Harmonies of #8A9ECD
Complementary color
Monochromatic Colors of #8A9ECD
Black with #8A9ECD
Text Example
Text Example
White with #8A9ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9ECD; }
p { color: rgb(138,158,205); }
H1.HeaderClassName
{
color: #8A9ECD;
}
.AnyTagClassName
{
color: #8A9ECD;
}
</style>
background-color css
<style>
a { background-color: #8A9ECD; }
a { background-color: rgb(138,158,205); }
div.DivClassName
{
background-color: #8A9ECD;
}
.BgClassName
{
background-color: #8A9ECD;
}
</style>
border-color css
<style>
span { border-color: #8A9ECD; }
span { border-color: rgb(138,158,205); }
td.TdClassName
{
border-color: #8A9ECD;
}
.TagClassName
{
border-color: #8A9ECD;
}
</style>