Shades of Santas Grey #8F8BB3
Tints of Santas Grey #8F8BB3
RGB
CMYK
RGB Variations
Color information
#8F8BB3 (or 0x8F8BB3) is known color: Santas Grey. HEX triplet: 8F, 8B and B3. RGB value is (143,139,179). Sum of RGB (Red+Green+Blue) = 143+139+179=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 179 (70.31% from 255 or 38.83% from 461); Max value from RGB is 179 - color contains mainly: blue. Hex color #8F8BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8F8BB3 is #70744C. Grayscale: #909090. Windows color (decimal): -7369805 or 11766671. OLE color: 11766671.
HSL color Cylindrical-coordinate representation of color #8F8BB3: hue angle of 246º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8F8BB3 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 143 | 139 | 179 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.30 |
| HSL | 246º | 0.21% | 0.62% | - |
| HSV(B) | 246º | 0.22% | 0.7% | - |
| XYZ | 28.7 | 27.56 | 46.45 | - |
| YUV | 144.76 | 147.33 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 139 | 179 | 0.20 | 0.22 | 0 | 0.30 | 246 | 0.21 | 0.62 |
| Hex | 8F | 8B | B3 | 14 | 16 | 0 | 1E | F6 | 15 | 3E |
| Octal | 217 | 213 | 263 | 24 | 26 | 0 | 36 | 366 | 25 | 76 |
| Binary | 10001111 | 10001011 | 10110011 | 10100 | 10110 | 0 | 11110 | 11110110 | 10101 | 111110 |
Color Harmonies of #8F8BB3
Complementary color
Monochromatic Colors of #8F8BB3
Black with #8F8BB3
Text Example
Text Example
White with #8F8BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8BB3; }
p { color: rgb(143,139,179); }
H1.HeaderClassName
{
color: #8F8BB3;
}
.AnyTagClassName
{
color: #8F8BB3;
}
</style>
background-color css
<style>
a { background-color: #8F8BB3; }
a { background-color: rgb(143,139,179); }
div.DivClassName
{
background-color: #8F8BB3;
}
.BgClassName
{
background-color: #8F8BB3;
}
</style>
border-color css
<style>
span { border-color: #8F8BB3; }
span { border-color: rgb(143,139,179); }
td.TdClassName
{
border-color: #8F8BB3;
}
.TagClassName
{
border-color: #8F8BB3;
}
</style>