Shades of Santas Grey #8D8DB2
Tints of Santas Grey #8D8DB2
RGB
CMYK
RGB Variations
Color information
#8D8DB2 (or 0x8D8DB2) is known color: Santas Grey. HEX triplet: 8D, 8D and B2. RGB value is (141,141,178). Sum of RGB (Red+Green+Blue) = 141+141+178=460 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.65% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 178 (69.92% from 255 or 38.70% from 460); Max value from RGB is 178 - color contains mainly: blue. Hex color #8D8DB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8DB2 is #72724D. Grayscale: #919191. Windows color (decimal): -7500366 or 11701645. OLE color: 11701645.
HSL color Cylindrical-coordinate representation of color #8D8DB2: hue angle of 240º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8D8DB2 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 141 | 141 | 178 | - |
CMYK | 0.21 | 0.21 | 0 | 0.30 |
HSL | 240º | 0.19% | 0.63% | - |
HSV(B) | 240º | 0.21% | 0.7% | - |
XYZ | 28.55 | 27.93 | 46.01 | - |
YUV | 145.22 | 146.5 | 124.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 141 | 178 | 0.21 | 0.21 | 0 | 0.30 | 240 | 0.19 | 0.63 |
Hex | 8D | 8D | B2 | 15 | 15 | 0 | 1E | F0 | 13 | 3F |
Octal | 215 | 215 | 262 | 25 | 25 | 0 | 36 | 360 | 23 | 77 |
Binary | 10001101 | 10001101 | 10110010 | 10101 | 10101 | 0 | 11110 | 11110000 | 10011 | 111111 |
Color Harmonies of #8D8DB2
Complementary color
Monochromatic Colors of #8D8DB2
Black with #8D8DB2
Text Example
Text Example
White with #8D8DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8DB2; }
p { color: rgb(141,141,178); }
H1.HeaderClassName
{
color: #8D8DB2;
}
.AnyTagClassName
{
color: #8D8DB2;
}
</style>
background-color css
<style>
a { background-color: #8D8DB2; }
a { background-color: rgb(141,141,178); }
div.DivClassName
{
background-color: #8D8DB2;
}
.BgClassName
{
background-color: #8D8DB2;
}
</style>
border-color css
<style>
span { border-color: #8D8DB2; }
span { border-color: rgb(141,141,178); }
td.TdClassName
{
border-color: #8D8DB2;
}
.TagClassName
{
border-color: #8D8DB2;
}
</style>