Shades of Medium Slate Blue #8055ED
Tints of Medium Slate Blue #8055ED
RGB
CMYK
RGB Variations
Color information
#8055ED (or 0x8055ED) is known color: Medium Slate Blue. HEX triplet: 80, 55 and ED. RGB value is (128,85,237). Sum of RGB (Red+Green+Blue) = 128+85+237=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #8055ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8055ED is #7FAA12. Grayscale: #727272. Windows color (decimal): -8366611 or 15553920. OLE color: 15553920.
HSL color Cylindrical-coordinate representation of color #8055ED: hue angle of 256.97º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8055ED is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 85 | 237 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.07 |
| HSL | 256.97º | 0.81% | 0.63% | - |
| HSV(B) | 256.97º | 0.64% | 0.93% | - |
| XYZ | 27.44 | 17.2 | 81.99 | - |
| YUV | 115.19 | 196.75 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 237 | 0.46 | 0.64 | 0 | 0.07 | 256.97 | 0.81 | 0.63 |
| Hex | 80 | 55 | ED | 2E | 40 | 0 | 7 | 101 | 51 | 3F |
| Octal | 200 | 125 | 355 | 56 | 100 | 0 | 7 | 401 | 121 | 77 |
| Binary | 10000000 | 1010101 | 11101101 | 101110 | 1000000 | 0 | 111 | 100000001 | 1010001 | 111111 |
Color Harmonies of #8055ED
Complementary color
Monochromatic Colors of #8055ED
Black with #8055ED
Text Example
Text Example
White with #8055ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8055ED; }
p { color: rgb(128,85,237); }
H1.HeaderClassName
{
color: #8055ED;
}
.AnyTagClassName
{
color: #8055ED;
}
</style>
background-color css
<style>
a { background-color: #8055ED; }
a { background-color: rgb(128,85,237); }
div.DivClassName
{
background-color: #8055ED;
}
.BgClassName
{
background-color: #8055ED;
}
</style>
border-color css
<style>
span { border-color: #8055ED; }
span { border-color: rgb(128,85,237); }
td.TdClassName
{
border-color: #8055ED;
}
.TagClassName
{
border-color: #8055ED;
}
</style>