Shades of Medium Slate Blue #7051ED
Tints of Medium Slate Blue #7051ED
RGB
CMYK
RGB Variations
Color information
#7051ED (or 0x7051ED) is known color: Medium Slate Blue. HEX triplet: 70, 51 and ED. RGB value is (112,81,237). Sum of RGB (Red+Green+Blue) = 112+81+237=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 81 (32.03% from 255 or 18.84% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #7051ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7051ED is #8FAE12. Grayscale: #6B6B6B. Windows color (decimal): -9416211 or 15552880. OLE color: 15552880.
HSL color Cylindrical-coordinate representation of color #7051ED: hue angle of 251.92º 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 #7051ED is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 81 | 237 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.07 |
| HSL | 251.92º | 0.81% | 0.62% | - |
| HSV(B) | 251.92º | 0.66% | 0.93% | - |
| XYZ | 24.91 | 15.44 | 81.79 | - |
| YUV | 108.05 | 200.77 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 81 | 237 | 0.53 | 0.66 | 0 | 0.07 | 251.92 | 0.81 | 0.62 |
| Hex | 70 | 51 | ED | 35 | 42 | 0 | 7 | FC | 51 | 3E |
| Octal | 160 | 121 | 355 | 65 | 102 | 0 | 7 | 374 | 121 | 76 |
| Binary | 1110000 | 1010001 | 11101101 | 110101 | 1000010 | 0 | 111 | 11111100 | 1010001 | 111110 |
Color Harmonies of #7051ED
Complementary color
Monochromatic Colors of #7051ED
Black with #7051ED
Text Example
Text Example
White with #7051ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7051ED; }
p { color: rgb(112,81,237); }
H1.HeaderClassName
{
color: #7051ED;
}
.AnyTagClassName
{
color: #7051ED;
}
</style>
background-color css
<style>
a { background-color: #7051ED; }
a { background-color: rgb(112,81,237); }
div.DivClassName
{
background-color: #7051ED;
}
.BgClassName
{
background-color: #7051ED;
}
</style>
border-color css
<style>
span { border-color: #7051ED; }
span { border-color: rgb(112,81,237); }
td.TdClassName
{
border-color: #7051ED;
}
.TagClassName
{
border-color: #7051ED;
}
</style>