Shades of Medium Slate Blue #8752EA
Tints of Medium Slate Blue #8752EA
RGB
CMYK
RGB Variations
Color information
#8752EA (or 0x8752EA) is known color: Medium Slate Blue. HEX triplet: 87, 52 and EA. RGB value is (135,82,234). Sum of RGB (Red+Green+Blue) = 135+82+234=451 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.93% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #8752EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8752EA is #78AD15. Grayscale: #727272. Windows color (decimal): -7908630 or 15356551. OLE color: 15356551.
HSL color Cylindrical-coordinate representation of color #8752EA: hue angle of 260.92º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8752EA is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 135 | 82 | 234 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.08 |
| HSL | 260.92º | 0.78% | 0.62% | - |
| HSV(B) | 260.92º | 0.65% | 0.92% | - |
| XYZ | 27.86 | 17.13 | 79.68 | - |
| YUV | 115.18 | 195.06 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 82 | 234 | 0.42 | 0.65 | 0 | 0.08 | 260.92 | 0.78 | 0.62 |
| Hex | 87 | 52 | EA | 2A | 41 | 0 | 8 | 105 | 4E | 3E |
| Octal | 207 | 122 | 352 | 52 | 101 | 0 | 10 | 405 | 116 | 76 |
| Binary | 10000111 | 1010010 | 11101010 | 101010 | 1000001 | 0 | 1000 | 100000101 | 1001110 | 111110 |
Color Harmonies of #8752EA
Complementary color
Monochromatic Colors of #8752EA
Black with #8752EA
Text Example
Text Example
White with #8752EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8752EA; }
p { color: rgb(135,82,234); }
H1.HeaderClassName
{
color: #8752EA;
}
.AnyTagClassName
{
color: #8752EA;
}
</style>
background-color css
<style>
a { background-color: #8752EA; }
a { background-color: rgb(135,82,234); }
div.DivClassName
{
background-color: #8752EA;
}
.BgClassName
{
background-color: #8752EA;
}
</style>
border-color css
<style>
span { border-color: #8752EA; }
span { border-color: rgb(135,82,234); }
td.TdClassName
{
border-color: #8752EA;
}
.TagClassName
{
border-color: #8752EA;
}
</style>