Shades of Medium Slate Blue #876DF0
Tints of Medium Slate Blue #876DF0
RGB
CMYK
RGB Variations
Color information
#876DF0 (or 0x876DF0) is known color: Medium Slate Blue. HEX triplet: 87, 6D and F0. RGB value is (135,109,240). Sum of RGB (Red+Green+Blue) = 135+109+240=484 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.89% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 240 (94.14% from 255 or 49.59% from 484); Max value from RGB is 240 - color contains mainly: blue. Hex color #876DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #876DF0 is #78920F. Grayscale: #838383. Windows color (decimal): -7901712 or 15756679. OLE color: 15756679.
HSL color Cylindrical-coordinate representation of color #876DF0: hue angle of 251.91º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #876DF0 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 135 | 109 | 240 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.06 |
| HSL | 251.91º | 0.81% | 0.68% | - |
| HSV(B) | 251.91º | 0.55% | 0.94% | - |
| XYZ | 31.19 | 22.38 | 85.11 | - |
| YUV | 131.71 | 189.11 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 109 | 240 | 0.44 | 0.55 | 0 | 0.06 | 251.91 | 0.81 | 0.68 |
| Hex | 87 | 6D | F0 | 2C | 37 | 0 | 6 | FC | 51 | 44 |
| Octal | 207 | 155 | 360 | 54 | 67 | 0 | 6 | 374 | 121 | 104 |
| Binary | 10000111 | 1101101 | 11110000 | 101100 | 110111 | 0 | 110 | 11111100 | 1010001 | 1000100 |
Color Harmonies of #876DF0
Complementary color
Monochromatic Colors of #876DF0
Black with #876DF0
Text Example
Text Example
White with #876DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876DF0; }
p { color: rgb(135,109,240); }
H1.HeaderClassName
{
color: #876DF0;
}
.AnyTagClassName
{
color: #876DF0;
}
</style>
background-color css
<style>
a { background-color: #876DF0; }
a { background-color: rgb(135,109,240); }
div.DivClassName
{
background-color: #876DF0;
}
.BgClassName
{
background-color: #876DF0;
}
</style>
border-color css
<style>
span { border-color: #876DF0; }
span { border-color: rgb(135,109,240); }
td.TdClassName
{
border-color: #876DF0;
}
.TagClassName
{
border-color: #876DF0;
}
</style>