Shades of Medium Slate Blue #876FE5
Tints of Medium Slate Blue #876FE5
RGB
CMYK
RGB Variations
Color information
#876FE5 (or 0x876FE5) is known color: Medium Slate Blue. HEX triplet: 87, 6F and E5. RGB value is (135,111,229). Sum of RGB (Red+Green+Blue) = 135+111+229=475 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.42% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 229 (89.84% from 255 or 48.21% from 475); Max value from RGB is 229 - color contains mainly: blue. Hex color #876FE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876FE5 is #78901A. Grayscale: #838383. Windows color (decimal): -7901211 or 15036295. OLE color: 15036295.
HSL color Cylindrical-coordinate representation of color #876FE5: hue angle of 252.2º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #876FE5 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 135 | 111 | 229 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.10 |
| HSL | 252.2º | 0.69% | 0.67% | - |
| HSV(B) | 252.2º | 0.52% | 0.9% | - |
| XYZ | 29.82 | 22.18 | 76.84 | - |
| YUV | 131.63 | 182.95 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 111 | 229 | 0.41 | 0.52 | 0 | 0.10 | 252.2 | 0.69 | 0.67 |
| Hex | 87 | 6F | E5 | 29 | 34 | 0 | A | FC | 45 | 43 |
| Octal | 207 | 157 | 345 | 51 | 64 | 0 | 12 | 374 | 105 | 103 |
| Binary | 10000111 | 1101111 | 11100101 | 101001 | 110100 | 0 | 1010 | 11111100 | 1000101 | 1000011 |
Color Harmonies of #876FE5
Complementary color
Monochromatic Colors of #876FE5
Black with #876FE5
Text Example
Text Example
White with #876FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876FE5; }
p { color: rgb(135,111,229); }
H1.HeaderClassName
{
color: #876FE5;
}
.AnyTagClassName
{
color: #876FE5;
}
</style>
background-color css
<style>
a { background-color: #876FE5; }
a { background-color: rgb(135,111,229); }
div.DivClassName
{
background-color: #876FE5;
}
.BgClassName
{
background-color: #876FE5;
}
</style>
border-color css
<style>
span { border-color: #876FE5; }
span { border-color: rgb(135,111,229); }
td.TdClassName
{
border-color: #876FE5;
}
.TagClassName
{
border-color: #876FE5;
}
</style>