Shades of Polo Blue #8DA0CB
Tints of Polo Blue #8DA0CB
RGB
CMYK
RGB Variations
Color information
#8DA0CB (or 0x8DA0CB) is known color: Polo Blue. HEX triplet: 8D, A0 and CB. RGB value is (141,160,203). Sum of RGB (Red+Green+Blue) = 141+160+203=504 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.98% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #8DA0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA0CB is #725F34. Grayscale: #9F9F9F. Windows color (decimal): -7495477 or 13344909. OLE color: 13344909.
HSL color Cylindrical-coordinate representation of color #8DA0CB: hue angle of 221.61º 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 #8DA0CB is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 160 | 203 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.20 |
| HSL | 221.61º | 0.37% | 0.67% | - |
| HSV(B) | 221.61º | 0.31% | 0.8% | - |
| XYZ | 34.33 | 35.12 | 61.47 | - |
| YUV | 159.22 | 152.71 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 203 | 0.31 | 0.21 | 0 | 0.20 | 221.61 | 0.37 | 0.67 |
| Hex | 8D | A0 | CB | 1F | 15 | 0 | 14 | DE | 25 | 43 |
| Octal | 215 | 240 | 313 | 37 | 25 | 0 | 24 | 336 | 45 | 103 |
| Binary | 10001101 | 10100000 | 11001011 | 11111 | 10101 | 0 | 10100 | 11011110 | 100101 | 1000011 |
Color Harmonies of #8DA0CB
Complementary color
Monochromatic Colors of #8DA0CB
Black with #8DA0CB
Text Example
Text Example
White with #8DA0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA0CB; }
p { color: rgb(141,160,203); }
H1.HeaderClassName
{
color: #8DA0CB;
}
.AnyTagClassName
{
color: #8DA0CB;
}
</style>
background-color css
<style>
a { background-color: #8DA0CB; }
a { background-color: rgb(141,160,203); }
div.DivClassName
{
background-color: #8DA0CB;
}
.BgClassName
{
background-color: #8DA0CB;
}
</style>
border-color css
<style>
span { border-color: #8DA0CB; }
span { border-color: rgb(141,160,203); }
td.TdClassName
{
border-color: #8DA0CB;
}
.TagClassName
{
border-color: #8DA0CB;
}
</style>