Shades of Santas Grey #8F8DB3
Tints of Santas Grey #8F8DB3
RGB
CMYK
RGB Variations
Color information
#8F8DB3 (or 0x8F8DB3) is known color: Santas Grey. HEX triplet: 8F, 8D and B3. RGB value is (143,141,179). Sum of RGB (Red+Green+Blue) = 143+141+179=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 179 - color contains mainly: blue. Hex color #8F8DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8DB3 is #70724C. Grayscale: #919191. Windows color (decimal): -7369293 or 11767183. OLE color: 11767183.
HSL color Cylindrical-coordinate representation of color #8F8DB3: hue angle of 243.16º degrees, saturation: 0.2, 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 #8F8DB3 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 141 | 179 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.30 |
| HSL | 243.16º | 0.2% | 0.63% | - |
| HSV(B) | 243.16º | 0.21% | 0.7% | - |
| XYZ | 28.99 | 28.14 | 46.55 | - |
| YUV | 145.93 | 146.66 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 141 | 179 | 0.20 | 0.21 | 0 | 0.30 | 243.16 | 0.2 | 0.63 |
| Hex | 8F | 8D | B3 | 14 | 15 | 0 | 1E | F3 | 14 | 3F |
| Octal | 217 | 215 | 263 | 24 | 25 | 0 | 36 | 363 | 24 | 77 |
| Binary | 10001111 | 10001101 | 10110011 | 10100 | 10101 | 0 | 11110 | 11110011 | 10100 | 111111 |
Color Harmonies of #8F8DB3
Complementary color
Monochromatic Colors of #8F8DB3
Black with #8F8DB3
Text Example
Text Example
White with #8F8DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8DB3; }
p { color: rgb(143,141,179); }
H1.HeaderClassName
{
color: #8F8DB3;
}
.AnyTagClassName
{
color: #8F8DB3;
}
</style>
background-color css
<style>
a { background-color: #8F8DB3; }
a { background-color: rgb(143,141,179); }
div.DivClassName
{
background-color: #8F8DB3;
}
.BgClassName
{
background-color: #8F8DB3;
}
</style>
border-color css
<style>
span { border-color: #8F8DB3; }
span { border-color: rgb(143,141,179); }
td.TdClassName
{
border-color: #8F8DB3;
}
.TagClassName
{
border-color: #8F8DB3;
}
</style>