Shades of Medium Slate Blue #7451EA
Tints of Medium Slate Blue #7451EA
RGB
CMYK
RGB Variations
Color information
#7451EA (or 0x7451EA) is known color: Medium Slate Blue. HEX triplet: 74, 51 and EA. RGB value is (116,81,234). Sum of RGB (Red+Green+Blue) = 116+81+234=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 234 (91.80% from 255 or 54.29% from 431); Max value from RGB is 234 - color contains mainly: blue. Hex color #7451EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7451EA is #8BAE15. Grayscale: #6C6C6C. Windows color (decimal): -9154070 or 15356276. OLE color: 15356276.
HSL color Cylindrical-coordinate representation of color #7451EA: hue angle of 253.73º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7451EA is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 81 | 234 | - |
| CMYK | 0.50 | 0.65 | 0 | 0.08 |
| HSL | 253.73º | 0.78% | 0.62% | - |
| HSV(B) | 253.73º | 0.65% | 0.92% | - |
| XYZ | 25 | 15.54 | 79.52 | - |
| YUV | 108.91 | 198.6 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 81 | 234 | 0.50 | 0.65 | 0 | 0.08 | 253.73 | 0.78 | 0.62 |
| Hex | 74 | 51 | EA | 32 | 41 | 0 | 8 | FE | 4E | 3E |
| Octal | 164 | 121 | 352 | 62 | 101 | 0 | 10 | 376 | 116 | 76 |
| Binary | 1110100 | 1010001 | 11101010 | 110010 | 1000001 | 0 | 1000 | 11111110 | 1001110 | 111110 |
Color Harmonies of #7451EA
Complementary color
Monochromatic Colors of #7451EA
Black with #7451EA
Text Example
Text Example
White with #7451EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7451EA; }
p { color: rgb(116,81,234); }
H1.HeaderClassName
{
color: #7451EA;
}
.AnyTagClassName
{
color: #7451EA;
}
</style>
background-color css
<style>
a { background-color: #7451EA; }
a { background-color: rgb(116,81,234); }
div.DivClassName
{
background-color: #7451EA;
}
.BgClassName
{
background-color: #7451EA;
}
</style>
border-color css
<style>
span { border-color: #7451EA; }
span { border-color: rgb(116,81,234); }
td.TdClassName
{
border-color: #7451EA;
}
.TagClassName
{
border-color: #7451EA;
}
</style>