Shades of Medium Slate Blue #8761E8
Tints of Medium Slate Blue #8761E8
RGB
CMYK
RGB Variations
Color information
#8761E8 (or 0x8761E8) is known color: Medium Slate Blue. HEX triplet: 87, 61 and E8. RGB value is (135,97,232). Sum of RGB (Red+Green+Blue) = 135+97+232=464 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.09% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 232 (91.02% from 255 or 50% from 464); Max value from RGB is 232 - color contains mainly: blue. Hex color #8761E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8761E8 is #789E17. Grayscale: #7B7B7B. Windows color (decimal): -7904792 or 15229319. OLE color: 15229319.
HSL color Cylindrical-coordinate representation of color #8761E8: hue angle of 256.89º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8761E8 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 135 | 97 | 232 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.09 |
| HSL | 256.89º | 0.75% | 0.65% | - |
| HSV(B) | 256.89º | 0.58% | 0.91% | - |
| XYZ | 28.83 | 19.53 | 78.59 | - |
| YUV | 123.75 | 189.09 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 97 | 232 | 0.42 | 0.58 | 0 | 0.09 | 256.89 | 0.75 | 0.65 |
| Hex | 87 | 61 | E8 | 2A | 3A | 0 | 9 | 101 | 4B | 41 |
| Octal | 207 | 141 | 350 | 52 | 72 | 0 | 11 | 401 | 113 | 101 |
| Binary | 10000111 | 1100001 | 11101000 | 101010 | 111010 | 0 | 1001 | 100000001 | 1001011 | 1000001 |
Color Harmonies of #8761E8
Complementary color
Monochromatic Colors of #8761E8
Black with #8761E8
Text Example
Text Example
White with #8761E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8761E8; }
p { color: rgb(135,97,232); }
H1.HeaderClassName
{
color: #8761E8;
}
.AnyTagClassName
{
color: #8761E8;
}
</style>
background-color css
<style>
a { background-color: #8761E8; }
a { background-color: rgb(135,97,232); }
div.DivClassName
{
background-color: #8761E8;
}
.BgClassName
{
background-color: #8761E8;
}
</style>
border-color css
<style>
span { border-color: #8761E8; }
span { border-color: rgb(135,97,232); }
td.TdClassName
{
border-color: #8761E8;
}
.TagClassName
{
border-color: #8761E8;
}
</style>