Shades of Medium Slate Blue #7251ED
Tints of Medium Slate Blue #7251ED
RGB
CMYK
RGB Variations
Color information
#7251ED (or 0x7251ED) is known color: Medium Slate Blue. HEX triplet: 72, 51 and ED. RGB value is (114,81,237). Sum of RGB (Red+Green+Blue) = 114+81+237=432 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.39% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #7251ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7251ED is #8DAE12. Grayscale: #6C6C6C. Windows color (decimal): -9285139 or 15552882. OLE color: 15552882.
HSL color Cylindrical-coordinate representation of color #7251ED: hue angle of 252.69º 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 #7251ED is Cyan = 0.52, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 114 | 81 | 237 | - |
| CMYK | 0.52 | 0.66 | 0 | 0.07 |
| HSL | 252.69º | 0.81% | 0.62% | - |
| HSV(B) | 252.69º | 0.66% | 0.93% | - |
| XYZ | 25.17 | 15.58 | 81.8 | - |
| YUV | 108.65 | 200.43 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 81 | 237 | 0.52 | 0.66 | 0 | 0.07 | 252.69 | 0.81 | 0.62 |
| Hex | 72 | 51 | ED | 34 | 42 | 0 | 7 | FD | 51 | 3E |
| Octal | 162 | 121 | 355 | 64 | 102 | 0 | 7 | 375 | 121 | 76 |
| Binary | 1110010 | 1010001 | 11101101 | 110100 | 1000010 | 0 | 111 | 11111101 | 1010001 | 111110 |
Color Harmonies of #7251ED
Complementary color
Monochromatic Colors of #7251ED
Black with #7251ED
Text Example
Text Example
White with #7251ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7251ED; }
p { color: rgb(114,81,237); }
H1.HeaderClassName
{
color: #7251ED;
}
.AnyTagClassName
{
color: #7251ED;
}
</style>
background-color css
<style>
a { background-color: #7251ED; }
a { background-color: rgb(114,81,237); }
div.DivClassName
{
background-color: #7251ED;
}
.BgClassName
{
background-color: #7251ED;
}
</style>
border-color css
<style>
span { border-color: #7251ED; }
span { border-color: rgb(114,81,237); }
td.TdClassName
{
border-color: #7251ED;
}
.TagClassName
{
border-color: #7251ED;
}
</style>