Shades of Medium Slate Blue #7570E8
Tints of Medium Slate Blue #7570E8
RGB
CMYK
RGB Variations
Color information
#7570E8 (or 0x7570E8) is known color: Medium Slate Blue. HEX triplet: 75, 70 and E8. RGB value is (117,112,232). Sum of RGB (Red+Green+Blue) = 117+112+232=461 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.38% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 232 (91.02% from 255 or 50.33% from 461); Max value from RGB is 232 - color contains mainly: blue. Hex color #7570E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7570E8 is #8A8F17. Grayscale: #7E7E7E. Windows color (decimal): -9080600 or 15233141. OLE color: 15233141.
HSL color Cylindrical-coordinate representation of color #7570E8: hue angle of 242.5º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7570E8 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 112 | 232 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.09 |
| HSL | 242.5º | 0.72% | 0.67% | - |
| HSV(B) | 242.5º | 0.52% | 0.91% | - |
| XYZ | 27.7 | 21.2 | 78.98 | - |
| YUV | 127.18 | 187.16 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 112 | 232 | 0.50 | 0.52 | 0 | 0.09 | 242.5 | 0.72 | 0.67 |
| Hex | 75 | 70 | E8 | 32 | 34 | 0 | 9 | F2 | 48 | 43 |
| Octal | 165 | 160 | 350 | 62 | 64 | 0 | 11 | 362 | 110 | 103 |
| Binary | 1110101 | 1110000 | 11101000 | 110010 | 110100 | 0 | 1001 | 11110010 | 1001000 | 1000011 |
Color Harmonies of #7570E8
Complementary color
Monochromatic Colors of #7570E8
Black with #7570E8
Text Example
Text Example
White with #7570E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7570E8; }
p { color: rgb(117,112,232); }
H1.HeaderClassName
{
color: #7570E8;
}
.AnyTagClassName
{
color: #7570E8;
}
</style>
background-color css
<style>
a { background-color: #7570E8; }
a { background-color: rgb(117,112,232); }
div.DivClassName
{
background-color: #7570E8;
}
.BgClassName
{
background-color: #7570E8;
}
</style>
border-color css
<style>
span { border-color: #7570E8; }
span { border-color: rgb(117,112,232); }
td.TdClassName
{
border-color: #7570E8;
}
.TagClassName
{
border-color: #7570E8;
}
</style>