Shades of Medium Slate Blue #877FE7
Tints of Medium Slate Blue #877FE7
RGB
CMYK
RGB Variations
Color information
#877FE7 (or 0x877FE7) is known color: Medium Slate Blue. HEX triplet: 87, 7F and E7. RGB value is (135,127,231). Sum of RGB (Red+Green+Blue) = 135+127+231=493 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.38% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 231 - color contains mainly: blue. Hex color #877FE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #877FE7 is #788018. Grayscale: #8C8C8C. Windows color (decimal): -7897113 or 15171463. OLE color: 15171463.
HSL color Cylindrical-coordinate representation of color #877FE7: hue angle of 244.62º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #877FE7 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 135 | 127 | 231 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.09 |
| HSL | 244.62º | 0.68% | 0.7% | - |
| HSV(B) | 244.62º | 0.45% | 0.91% | - |
| XYZ | 32 | 26.1 | 78.95 | - |
| YUV | 141.25 | 178.65 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 127 | 231 | 0.42 | 0.45 | 0 | 0.09 | 244.62 | 0.68 | 0.7 |
| Hex | 87 | 7F | E7 | 2A | 2D | 0 | 9 | F5 | 44 | 46 |
| Octal | 207 | 177 | 347 | 52 | 55 | 0 | 11 | 365 | 104 | 106 |
| Binary | 10000111 | 1111111 | 11100111 | 101010 | 101101 | 0 | 1001 | 11110101 | 1000100 | 1000110 |
Color Harmonies of #877FE7
Complementary color
Monochromatic Colors of #877FE7
Black with #877FE7
Text Example
Text Example
White with #877FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877FE7; }
p { color: rgb(135,127,231); }
H1.HeaderClassName
{
color: #877FE7;
}
.AnyTagClassName
{
color: #877FE7;
}
</style>
background-color css
<style>
a { background-color: #877FE7; }
a { background-color: rgb(135,127,231); }
div.DivClassName
{
background-color: #877FE7;
}
.BgClassName
{
background-color: #877FE7;
}
</style>
border-color css
<style>
span { border-color: #877FE7; }
span { border-color: rgb(135,127,231); }
td.TdClassName
{
border-color: #877FE7;
}
.TagClassName
{
border-color: #877FE7;
}
</style>