Shades of Polo Blue #8DA7DB
Tints of Polo Blue #8DA7DB
RGB
CMYK
RGB Variations
Color information
#8DA7DB (or 0x8DA7DB) is known color: Polo Blue. HEX triplet: 8D, A7 and DB. RGB value is (141,167,219). Sum of RGB (Red+Green+Blue) = 141+167+219=527 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.76% from 527); Green value is 167 (65.62% from 255 or 31.69% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #8DA7DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA7DB is #725824. Grayscale: #A4A4A4. Windows color (decimal): -7493669 or 14395277. OLE color: 14395277.
HSL color Cylindrical-coordinate representation of color #8DA7DB: hue angle of 220º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DA7DB is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 167 | 219 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.14 |
| HSL | 220º | 0.52% | 0.71% | - |
| HSV(B) | 220º | 0.36% | 0.86% | - |
| XYZ | 37.59 | 38.41 | 72.45 | - |
| YUV | 165.15 | 158.39 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 167 | 219 | 0.36 | 0.24 | 0 | 0.14 | 220 | 0.52 | 0.71 |
| Hex | 8D | A7 | DB | 24 | 18 | 0 | E | DC | 34 | 47 |
| Octal | 215 | 247 | 333 | 44 | 30 | 0 | 16 | 334 | 64 | 107 |
| Binary | 10001101 | 10100111 | 11011011 | 100100 | 11000 | 0 | 1110 | 11011100 | 110100 | 1000111 |
Color Harmonies of #8DA7DB
Complementary color
Monochromatic Colors of #8DA7DB
Black with #8DA7DB
Text Example
Text Example
White with #8DA7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA7DB; }
p { color: rgb(141,167,219); }
H1.HeaderClassName
{
color: #8DA7DB;
}
.AnyTagClassName
{
color: #8DA7DB;
}
</style>
background-color css
<style>
a { background-color: #8DA7DB; }
a { background-color: rgb(141,167,219); }
div.DivClassName
{
background-color: #8DA7DB;
}
.BgClassName
{
background-color: #8DA7DB;
}
</style>
border-color css
<style>
span { border-color: #8DA7DB; }
span { border-color: rgb(141,167,219); }
td.TdClassName
{
border-color: #8DA7DB;
}
.TagClassName
{
border-color: #8DA7DB;
}
</style>