Shades of Medium Slate Blue #7457EE
Tints of Medium Slate Blue #7457EE
RGB
CMYK
RGB Variations
Color information
#7457EE (or 0x7457EE) is known color: Medium Slate Blue. HEX triplet: 74, 57 and EE. RGB value is (116,87,238). Sum of RGB (Red+Green+Blue) = 116+87+238=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 87 (34.38% from 255 or 19.73% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #7457EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7457EE is #8BA811. Grayscale: #707070. Windows color (decimal): -9152530 or 15619956. OLE color: 15619956.
HSL color Cylindrical-coordinate representation of color #7457EE: hue angle of 251.52º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7457EE is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 87 | 238 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.07 |
| HSL | 251.52º | 0.82% | 0.64% | - |
| HSV(B) | 251.52º | 0.63% | 0.93% | - |
| XYZ | 26.04 | 16.7 | 82.74 | - |
| YUV | 112.89 | 198.61 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 87 | 238 | 0.51 | 0.63 | 0 | 0.07 | 251.52 | 0.82 | 0.64 |
| Hex | 74 | 57 | EE | 33 | 3F | 0 | 7 | FC | 52 | 40 |
| Octal | 164 | 127 | 356 | 63 | 77 | 0 | 7 | 374 | 122 | 100 |
| Binary | 1110100 | 1010111 | 11101110 | 110011 | 111111 | 0 | 111 | 11111100 | 1010010 | 1000000 |
Color Harmonies of #7457EE
Complementary color
Monochromatic Colors of #7457EE
Black with #7457EE
Text Example
Text Example
White with #7457EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7457EE; }
p { color: rgb(116,87,238); }
H1.HeaderClassName
{
color: #7457EE;
}
.AnyTagClassName
{
color: #7457EE;
}
</style>
background-color css
<style>
a { background-color: #7457EE; }
a { background-color: rgb(116,87,238); }
div.DivClassName
{
background-color: #7457EE;
}
.BgClassName
{
background-color: #7457EE;
}
</style>
border-color css
<style>
span { border-color: #7457EE; }
span { border-color: rgb(116,87,238); }
td.TdClassName
{
border-color: #7457EE;
}
.TagClassName
{
border-color: #7457EE;
}
</style>