Shades of Medium Slate Blue #7370EE
Tints of Medium Slate Blue #7370EE
RGB
CMYK
RGB Variations
Color information
#7370EE (or 0x7370EE) is known color: Medium Slate Blue. HEX triplet: 73, 70 and EE. RGB value is (115,112,238). Sum of RGB (Red+Green+Blue) = 115+112+238=465 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.73% from 465); Green value is 112 (44.14% from 255 or 24.09% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #7370EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7370EE is #8C8F11. Grayscale: #7E7E7E. Windows color (decimal): -9211666 or 15626355. OLE color: 15626355.
HSL color Cylindrical-coordinate representation of color #7370EE: hue angle of 241.43º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7370EE is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 112 | 238 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.07 |
| HSL | 241.43º | 0.79% | 0.69% | - |
| HSV(B) | 241.43º | 0.53% | 0.93% | - |
| XYZ | 28.3 | 21.41 | 83.53 | - |
| YUV | 127.26 | 190.49 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 112 | 238 | 0.52 | 0.53 | 0 | 0.07 | 241.43 | 0.79 | 0.69 |
| Hex | 73 | 70 | EE | 34 | 35 | 0 | 7 | F1 | 4F | 45 |
| Octal | 163 | 160 | 356 | 64 | 65 | 0 | 7 | 361 | 117 | 105 |
| Binary | 1110011 | 1110000 | 11101110 | 110100 | 110101 | 0 | 111 | 11110001 | 1001111 | 1000101 |
Color Harmonies of #7370EE
Complementary color
Monochromatic Colors of #7370EE
Black with #7370EE
Text Example
Text Example
White with #7370EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7370EE; }
p { color: rgb(115,112,238); }
H1.HeaderClassName
{
color: #7370EE;
}
.AnyTagClassName
{
color: #7370EE;
}
</style>
background-color css
<style>
a { background-color: #7370EE; }
a { background-color: rgb(115,112,238); }
div.DivClassName
{
background-color: #7370EE;
}
.BgClassName
{
background-color: #7370EE;
}
</style>
border-color css
<style>
span { border-color: #7370EE; }
span { border-color: rgb(115,112,238); }
td.TdClassName
{
border-color: #7370EE;
}
.TagClassName
{
border-color: #7370EE;
}
</style>