Shades of Medium Slate Blue #7451ED
Tints of Medium Slate Blue #7451ED
RGB
CMYK
RGB Variations
Color information
#7451ED (or 0x7451ED) is known color: Medium Slate Blue. HEX triplet: 74, 51 and ED. RGB value is (116,81,237). Sum of RGB (Red+Green+Blue) = 116+81+237=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 81 (32.03% from 255 or 18.66% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #7451ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7451ED is #8BAE12. Grayscale: #6C6C6C. Windows color (decimal): -9154067 or 15552884. OLE color: 15552884.
HSL color Cylindrical-coordinate representation of color #7451ED: hue angle of 253.46º 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 #7451ED is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 81 | 237 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.07 |
| HSL | 253.46º | 0.81% | 0.62% | - |
| HSV(B) | 253.46º | 0.66% | 0.93% | - |
| XYZ | 25.43 | 15.71 | 81.81 | - |
| YUV | 109.25 | 200.1 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 81 | 237 | 0.51 | 0.66 | 0 | 0.07 | 253.46 | 0.81 | 0.62 |
| Hex | 74 | 51 | ED | 33 | 42 | 0 | 7 | FD | 51 | 3E |
| Octal | 164 | 121 | 355 | 63 | 102 | 0 | 7 | 375 | 121 | 76 |
| Binary | 1110100 | 1010001 | 11101101 | 110011 | 1000010 | 0 | 111 | 11111101 | 1010001 | 111110 |
Color Harmonies of #7451ED
Complementary color
Monochromatic Colors of #7451ED
Black with #7451ED
Text Example
Text Example
White with #7451ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7451ED; }
p { color: rgb(116,81,237); }
H1.HeaderClassName
{
color: #7451ED;
}
.AnyTagClassName
{
color: #7451ED;
}
</style>
background-color css
<style>
a { background-color: #7451ED; }
a { background-color: rgb(116,81,237); }
div.DivClassName
{
background-color: #7451ED;
}
.BgClassName
{
background-color: #7451ED;
}
</style>
border-color css
<style>
span { border-color: #7451ED; }
span { border-color: rgb(116,81,237); }
td.TdClassName
{
border-color: #7451ED;
}
.TagClassName
{
border-color: #7451ED;
}
</style>