Shades of Santas Grey #8C8BB3
Tints of Santas Grey #8C8BB3
RGB
CMYK
RGB Variations
Color information
#8C8BB3 (or 0x8C8BB3) is known color: Santas Grey. HEX triplet: 8C, 8B and B3. RGB value is (140,139,179). Sum of RGB (Red+Green+Blue) = 140+139+179=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 139 (54.69% from 255 or 30.35% from 458); Blue value is 179 (70.31% from 255 or 39.08% from 458); Max value from RGB is 179 - color contains mainly: blue. Hex color #8C8BB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8C8BB3 is #73744C. Grayscale: #8F8F8F. Windows color (decimal): -7566413 or 11766668. OLE color: 11766668.
HSL color Cylindrical-coordinate representation of color #8C8BB3: hue angle of 241.5º 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 #8C8BB3 is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 140 | 139 | 179 | - |
| CMYK | 0.22 | 0.22 | 0 | 0.30 |
| HSL | 241.5º | 0.21% | 0.62% | - |
| HSV(B) | 241.5º | 0.22% | 0.7% | - |
| XYZ | 28.18 | 27.3 | 46.43 | - |
| YUV | 143.86 | 147.83 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 139 | 179 | 0.22 | 0.22 | 0 | 0.30 | 241.5 | 0.21 | 0.62 |
| Hex | 8C | 8B | B3 | 16 | 16 | 0 | 1E | F2 | 15 | 3E |
| Octal | 214 | 213 | 263 | 26 | 26 | 0 | 36 | 362 | 25 | 76 |
| Binary | 10001100 | 10001011 | 10110011 | 10110 | 10110 | 0 | 11110 | 11110010 | 10101 | 111110 |
Color Harmonies of #8C8BB3
Complementary color
Monochromatic Colors of #8C8BB3
Black with #8C8BB3
Text Example
Text Example
White with #8C8BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8BB3; }
p { color: rgb(140,139,179); }
H1.HeaderClassName
{
color: #8C8BB3;
}
.AnyTagClassName
{
color: #8C8BB3;
}
</style>
background-color css
<style>
a { background-color: #8C8BB3; }
a { background-color: rgb(140,139,179); }
div.DivClassName
{
background-color: #8C8BB3;
}
.BgClassName
{
background-color: #8C8BB3;
}
</style>
border-color css
<style>
span { border-color: #8C8BB3; }
span { border-color: rgb(140,139,179); }
td.TdClassName
{
border-color: #8C8BB3;
}
.TagClassName
{
border-color: #8C8BB3;
}
</style>