Shades of Medium Slate Blue #876BF0
Tints of Medium Slate Blue #876BF0
RGB
CMYK
RGB Variations
Color information
#876BF0 (or 0x876BF0) is known color: Medium Slate Blue. HEX triplet: 87, 6B and F0. RGB value is (135,107,240). Sum of RGB (Red+Green+Blue) = 135+107+240=482 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.01% from 482); Green value is 107 (42.19% from 255 or 22.20% from 482); Blue value is 240 (94.14% from 255 or 49.79% from 482); Max value from RGB is 240 - color contains mainly: blue. Hex color #876BF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #876BF0 is #78940F. Grayscale: #828282. Windows color (decimal): -7902224 or 15756167. OLE color: 15756167.
HSL color Cylindrical-coordinate representation of color #876BF0: hue angle of 252.63º degrees, saturation: 0.82, 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 #876BF0 is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 135 | 107 | 240 | - |
| CMYK | 0.44 | 0.55 | 0 | 0.06 |
| HSL | 252.63º | 0.82% | 0.68% | - |
| HSV(B) | 252.63º | 0.55% | 0.94% | - |
| XYZ | 30.98 | 21.96 | 85.04 | - |
| YUV | 130.53 | 189.78 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 107 | 240 | 0.44 | 0.55 | 0 | 0.06 | 252.63 | 0.82 | 0.68 |
| Hex | 87 | 6B | F0 | 2C | 37 | 0 | 6 | FD | 52 | 44 |
| Octal | 207 | 153 | 360 | 54 | 67 | 0 | 6 | 375 | 122 | 104 |
| Binary | 10000111 | 1101011 | 11110000 | 101100 | 110111 | 0 | 110 | 11111101 | 1010010 | 1000100 |
Color Harmonies of #876BF0
Complementary color
Monochromatic Colors of #876BF0
Black with #876BF0
Text Example
Text Example
White with #876BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876BF0; }
p { color: rgb(135,107,240); }
H1.HeaderClassName
{
color: #876BF0;
}
.AnyTagClassName
{
color: #876BF0;
}
</style>
background-color css
<style>
a { background-color: #876BF0; }
a { background-color: rgb(135,107,240); }
div.DivClassName
{
background-color: #876BF0;
}
.BgClassName
{
background-color: #876BF0;
}
</style>
border-color css
<style>
span { border-color: #876BF0; }
span { border-color: rgb(135,107,240); }
td.TdClassName
{
border-color: #876BF0;
}
.TagClassName
{
border-color: #876BF0;
}
</style>