Shades of Medium Slate Blue #876CE6
Tints of Medium Slate Blue #876CE6
RGB
CMYK
RGB Variations
Color information
#876CE6 (or 0x876CE6) is known color: Medium Slate Blue. HEX triplet: 87, 6C and E6. RGB value is (135,108,230). Sum of RGB (Red+Green+Blue) = 135+108+230=473 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.54% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 230 (90.23% from 255 or 48.63% from 473); Max value from RGB is 230 - color contains mainly: blue. Hex color #876CE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #876CE6 is #789319. Grayscale: #818181. Windows color (decimal): -7901978 or 15101063. OLE color: 15101063.
HSL color Cylindrical-coordinate representation of color #876CE6: hue angle of 253.28º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #876CE6 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 135 | 108 | 230 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.10 |
| HSL | 253.28º | 0.71% | 0.66% | - |
| HSV(B) | 253.28º | 0.53% | 0.9% | - |
| XYZ | 29.64 | 21.59 | 77.47 | - |
| YUV | 129.98 | 184.45 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 108 | 230 | 0.41 | 0.53 | 0 | 0.10 | 253.28 | 0.71 | 0.66 |
| Hex | 87 | 6C | E6 | 29 | 35 | 0 | A | FD | 47 | 42 |
| Octal | 207 | 154 | 346 | 51 | 65 | 0 | 12 | 375 | 107 | 102 |
| Binary | 10000111 | 1101100 | 11100110 | 101001 | 110101 | 0 | 1010 | 11111101 | 1000111 | 1000010 |
Color Harmonies of #876CE6
Complementary color
Monochromatic Colors of #876CE6
Black with #876CE6
Text Example
Text Example
White with #876CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876CE6; }
p { color: rgb(135,108,230); }
H1.HeaderClassName
{
color: #876CE6;
}
.AnyTagClassName
{
color: #876CE6;
}
</style>
background-color css
<style>
a { background-color: #876CE6; }
a { background-color: rgb(135,108,230); }
div.DivClassName
{
background-color: #876CE6;
}
.BgClassName
{
background-color: #876CE6;
}
</style>
border-color css
<style>
span { border-color: #876CE6; }
span { border-color: rgb(135,108,230); }
td.TdClassName
{
border-color: #876CE6;
}
.TagClassName
{
border-color: #876CE6;
}
</style>