Shades of Medium Slate Blue #8454ED
Tints of Medium Slate Blue #8454ED
RGB
CMYK
RGB Variations
Color information
#8454ED (or 0x8454ED) is known color: Medium Slate Blue. HEX triplet: 84, 54 and ED. RGB value is (132,84,237). Sum of RGB (Red+Green+Blue) = 132+84+237=453 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.14% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #8454ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8454ED is #7BAB12. Grayscale: #737373. Windows color (decimal): -8104723 or 15553668. OLE color: 15553668.
HSL color Cylindrical-coordinate representation of color #8454ED: hue angle of 258.82º 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 #8454ED is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 84 | 237 | - |
| CMYK | 0.44 | 0.65 | 0 | 0.07 |
| HSL | 258.82º | 0.81% | 0.63% | - |
| HSV(B) | 258.82º | 0.65% | 0.93% | - |
| XYZ | 27.97 | 17.36 | 82 | - |
| YUV | 115.79 | 196.4 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 84 | 237 | 0.44 | 0.65 | 0 | 0.07 | 258.82 | 0.81 | 0.63 |
| Hex | 84 | 54 | ED | 2C | 41 | 0 | 7 | 103 | 51 | 3F |
| Octal | 204 | 124 | 355 | 54 | 101 | 0 | 7 | 403 | 121 | 77 |
| Binary | 10000100 | 1010100 | 11101101 | 101100 | 1000001 | 0 | 111 | 100000011 | 1010001 | 111111 |
Color Harmonies of #8454ED
Complementary color
Monochromatic Colors of #8454ED
Black with #8454ED
Text Example
Text Example
White with #8454ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8454ED; }
p { color: rgb(132,84,237); }
H1.HeaderClassName
{
color: #8454ED;
}
.AnyTagClassName
{
color: #8454ED;
}
</style>
background-color css
<style>
a { background-color: #8454ED; }
a { background-color: rgb(132,84,237); }
div.DivClassName
{
background-color: #8454ED;
}
.BgClassName
{
background-color: #8454ED;
}
</style>
border-color css
<style>
span { border-color: #8454ED; }
span { border-color: rgb(132,84,237); }
td.TdClassName
{
border-color: #8454ED;
}
.TagClassName
{
border-color: #8454ED;
}
</style>