Shades of Polo Blue #8DA3C3
Tints of Polo Blue #8DA3C3
RGB
CMYK
RGB Variations
Color information
#8DA3C3 (or 0x8DA3C3) is known color: Polo Blue. HEX triplet: 8D, A3 and C3. RGB value is (141,163,195). Sum of RGB (Red+Green+Blue) = 141+163+195=499 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.26% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 195 (76.56% from 255 or 39.08% from 499); Max value from RGB is 195 - color contains mainly: blue. Hex color #8DA3C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA3C3 is #725C3C. Grayscale: #9F9F9F. Windows color (decimal): -7494717 or 12821389. OLE color: 12821389.
HSL color Cylindrical-coordinate representation of color #8DA3C3: hue angle of 215.56º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DA3C3 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 163 | 195 | - |
| CMYK | 0.28 | 0.16 | 0 | 0.24 |
| HSL | 215.56º | 0.31% | 0.66% | - |
| HSV(B) | 215.56º | 0.28% | 0.76% | - |
| XYZ | 33.93 | 35.8 | 56.75 | - |
| YUV | 160.07 | 147.71 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 163 | 195 | 0.28 | 0.16 | 0 | 0.24 | 215.56 | 0.31 | 0.66 |
| Hex | 8D | A3 | C3 | 1C | 10 | 0 | 18 | D8 | 1F | 42 |
| Octal | 215 | 243 | 303 | 34 | 20 | 0 | 30 | 330 | 37 | 102 |
| Binary | 10001101 | 10100011 | 11000011 | 11100 | 10000 | 0 | 11000 | 11011000 | 11111 | 1000010 |
Color Harmonies of #8DA3C3
Complementary color
Monochromatic Colors of #8DA3C3
Black with #8DA3C3
Text Example
Text Example
White with #8DA3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA3C3; }
p { color: rgb(141,163,195); }
H1.HeaderClassName
{
color: #8DA3C3;
}
.AnyTagClassName
{
color: #8DA3C3;
}
</style>
background-color css
<style>
a { background-color: #8DA3C3; }
a { background-color: rgb(141,163,195); }
div.DivClassName
{
background-color: #8DA3C3;
}
.BgClassName
{
background-color: #8DA3C3;
}
</style>
border-color css
<style>
span { border-color: #8DA3C3; }
span { border-color: rgb(141,163,195); }
td.TdClassName
{
border-color: #8DA3C3;
}
.TagClassName
{
border-color: #8DA3C3;
}
</style>