Shades of Santas Grey #8D8DAF
Tints of Santas Grey #8D8DAF
RGB
CMYK
RGB Variations
Color information
#8D8DAF (or 0x8D8DAF) is known color: Santas Grey. HEX triplet: 8D, 8D and AF. RGB value is (141,141,175). Sum of RGB (Red+Green+Blue) = 141+141+175=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 141 (55.47% from 255 or 30.85% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #8D8DAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8DAF is #727250. Grayscale: #909090. Windows color (decimal): -7500369 or 11505037. OLE color: 11505037.
HSL color Cylindrical-coordinate representation of color #8D8DAF: hue angle of 240º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8D8DAF is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 141 | 175 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.31 |
| HSL | 240º | 0.18% | 0.62% | - |
| HSV(B) | 240º | 0.19% | 0.69% | - |
| XYZ | 28.25 | 27.81 | 44.44 | - |
| YUV | 144.88 | 145 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 141 | 175 | 0.19 | 0.19 | 0 | 0.31 | 240 | 0.18 | 0.62 |
| Hex | 8D | 8D | AF | 13 | 13 | 0 | 1F | F0 | 12 | 3E |
| Octal | 215 | 215 | 257 | 23 | 23 | 0 | 37 | 360 | 22 | 76 |
| Binary | 10001101 | 10001101 | 10101111 | 10011 | 10011 | 0 | 11111 | 11110000 | 10010 | 111110 |
Color Harmonies of #8D8DAF
Complementary color
Monochromatic Colors of #8D8DAF
Black with #8D8DAF
Text Example
Text Example
White with #8D8DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8DAF; }
p { color: rgb(141,141,175); }
H1.HeaderClassName
{
color: #8D8DAF;
}
.AnyTagClassName
{
color: #8D8DAF;
}
</style>
background-color css
<style>
a { background-color: #8D8DAF; }
a { background-color: rgb(141,141,175); }
div.DivClassName
{
background-color: #8D8DAF;
}
.BgClassName
{
background-color: #8D8DAF;
}
</style>
border-color css
<style>
span { border-color: #8D8DAF; }
span { border-color: rgb(141,141,175); }
td.TdClassName
{
border-color: #8D8DAF;
}
.TagClassName
{
border-color: #8D8DAF;
}
</style>