Shades of Medium Slate Blue #8152ED
Tints of Medium Slate Blue #8152ED
RGB
CMYK
RGB Variations
Color information
#8152ED (or 0x8152ED) is known color: Medium Slate Blue. HEX triplet: 81, 52 and ED. RGB value is (129,82,237). Sum of RGB (Red+Green+Blue) = 129+82+237=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #8152ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8152ED is #7EAD12. Grayscale: #717171. Windows color (decimal): -8301843 or 15553153. OLE color: 15553153.
HSL color Cylindrical-coordinate representation of color #8152ED: hue angle of 258.19º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8152ED is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 82 | 237 | - |
| CMYK | 0.46 | 0.65 | 0 | 0.07 |
| HSL | 258.19º | 0.81% | 0.63% | - |
| HSV(B) | 258.19º | 0.65% | 0.93% | - |
| XYZ | 27.36 | 16.82 | 81.92 | - |
| YUV | 113.72 | 197.57 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 82 | 237 | 0.46 | 0.65 | 0 | 0.07 | 258.19 | 0.81 | 0.63 |
| Hex | 81 | 52 | ED | 2E | 41 | 0 | 7 | 102 | 51 | 3F |
| Octal | 201 | 122 | 355 | 56 | 101 | 0 | 7 | 402 | 121 | 77 |
| Binary | 10000001 | 1010010 | 11101101 | 101110 | 1000001 | 0 | 111 | 100000010 | 1010001 | 111111 |
Color Harmonies of #8152ED
Complementary color
Monochromatic Colors of #8152ED
Black with #8152ED
Text Example
Text Example
White with #8152ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8152ED; }
p { color: rgb(129,82,237); }
H1.HeaderClassName
{
color: #8152ED;
}
.AnyTagClassName
{
color: #8152ED;
}
</style>
background-color css
<style>
a { background-color: #8152ED; }
a { background-color: rgb(129,82,237); }
div.DivClassName
{
background-color: #8152ED;
}
.BgClassName
{
background-color: #8152ED;
}
</style>
border-color css
<style>
span { border-color: #8152ED; }
span { border-color: rgb(129,82,237); }
td.TdClassName
{
border-color: #8152ED;
}
.TagClassName
{
border-color: #8152ED;
}
</style>