Shades of Medium Slate Blue #8051ED
Tints of Medium Slate Blue #8051ED
RGB
CMYK
RGB Variations
Color information
#8051ED (or 0x8051ED) is known color: Medium Slate Blue. HEX triplet: 80, 51 and ED. RGB value is (128,81,237). Sum of RGB (Red+Green+Blue) = 128+81+237=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #8051ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8051ED is #7FAE12. Grayscale: #707070. Windows color (decimal): -8367635 or 15552896. OLE color: 15552896.
HSL color Cylindrical-coordinate representation of color #8051ED: hue angle of 258.08º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8051ED is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 81 | 237 | - |
| CMYK | 0.46 | 0.66 | 0 | 0.07 |
| HSL | 258.08º | 0.81% | 0.62% | - |
| HSV(B) | 258.08º | 0.66% | 0.93% | - |
| XYZ | 27.13 | 16.59 | 81.89 | - |
| YUV | 112.84 | 198.07 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 237 | 0.46 | 0.66 | 0 | 0.07 | 258.08 | 0.81 | 0.62 |
| Hex | 80 | 51 | ED | 2E | 42 | 0 | 7 | 102 | 51 | 3E |
| Octal | 200 | 121 | 355 | 56 | 102 | 0 | 7 | 402 | 121 | 76 |
| Binary | 10000000 | 1010001 | 11101101 | 101110 | 1000010 | 0 | 111 | 100000010 | 1010001 | 111110 |
Color Harmonies of #8051ED
Complementary color
Monochromatic Colors of #8051ED
Black with #8051ED
Text Example
Text Example
White with #8051ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8051ED; }
p { color: rgb(128,81,237); }
H1.HeaderClassName
{
color: #8051ED;
}
.AnyTagClassName
{
color: #8051ED;
}
</style>
background-color css
<style>
a { background-color: #8051ED; }
a { background-color: rgb(128,81,237); }
div.DivClassName
{
background-color: #8051ED;
}
.BgClassName
{
background-color: #8051ED;
}
</style>
border-color css
<style>
span { border-color: #8051ED; }
span { border-color: rgb(128,81,237); }
td.TdClassName
{
border-color: #8051ED;
}
.TagClassName
{
border-color: #8051ED;
}
</style>