Shades of Polo Blue #8DA0CC
Tints of Polo Blue #8DA0CC
RGB
CMYK
RGB Variations
Color information
#8DA0CC (or 0x8DA0CC) is known color: Polo Blue. HEX triplet: 8D, A0 and CC. RGB value is (141,160,204). Sum of RGB (Red+Green+Blue) = 141+160+204=505 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.92% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #8DA0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA0CC is #725F33. Grayscale: #9F9F9F. Windows color (decimal): -7495476 or 13410445. OLE color: 13410445.
HSL color Cylindrical-coordinate representation of color #8DA0CC: hue angle of 221.9º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DA0CC is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 160 | 204 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.2 |
| HSL | 221.9º | 0.38% | 0.68% | - |
| HSV(B) | 221.9º | 0.31% | 0.8% | - |
| XYZ | 34.45 | 35.16 | 62.1 | - |
| YUV | 159.34 | 153.21 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 204 | 0.31 | 0.22 | 0 | 0.2 | 221.9 | 0.38 | 0.68 |
| Hex | 8D | A0 | CC | 1F | 16 | 0 | 14 | DE | 26 | 44 |
| Octal | 215 | 240 | 314 | 37 | 26 | 0 | 24 | 336 | 46 | 104 |
| Binary | 10001101 | 10100000 | 11001100 | 11111 | 10110 | 0 | 10100 | 11011110 | 100110 | 1000100 |
Color Harmonies of #8DA0CC
Complementary color
Monochromatic Colors of #8DA0CC
Black with #8DA0CC
Text Example
Text Example
White with #8DA0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA0CC; }
p { color: rgb(141,160,204); }
H1.HeaderClassName
{
color: #8DA0CC;
}
.AnyTagClassName
{
color: #8DA0CC;
}
</style>
background-color css
<style>
a { background-color: #8DA0CC; }
a { background-color: rgb(141,160,204); }
div.DivClassName
{
background-color: #8DA0CC;
}
.BgClassName
{
background-color: #8DA0CC;
}
</style>
border-color css
<style>
span { border-color: #8DA0CC; }
span { border-color: rgb(141,160,204); }
td.TdClassName
{
border-color: #8DA0CC;
}
.TagClassName
{
border-color: #8DA0CC;
}
</style>