Shades of Medium Slate Blue #7572E9
Tints of Medium Slate Blue #7572E9
RGB
CMYK
RGB Variations
Color information
#7572E9 (or 0x7572E9) is known color: Medium Slate Blue. HEX triplet: 75, 72 and E9. RGB value is (117,114,233). Sum of RGB (Red+Green+Blue) = 117+114+233=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 233 (91.41% from 255 or 50.22% from 464); Max value from RGB is 233 - color contains mainly: blue. Hex color #7572E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7572E9 is #8A8D16. Grayscale: #7F7F7F. Windows color (decimal): -9080087 or 15299189. OLE color: 15299189.
HSL color Cylindrical-coordinate representation of color #7572E9: hue angle of 241.51º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7572E9 is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 114 | 233 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.09 |
| HSL | 241.51º | 0.73% | 0.68% | - |
| HSV(B) | 241.51º | 0.51% | 0.91% | - |
| XYZ | 28.06 | 21.7 | 79.8 | - |
| YUV | 128.46 | 186.99 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 233 | 0.50 | 0.51 | 0 | 0.09 | 241.51 | 0.73 | 0.68 |
| Hex | 75 | 72 | E9 | 32 | 33 | 0 | 9 | F2 | 49 | 44 |
| Octal | 165 | 162 | 351 | 62 | 63 | 0 | 11 | 362 | 111 | 104 |
| Binary | 1110101 | 1110010 | 11101001 | 110010 | 110011 | 0 | 1001 | 11110010 | 1001001 | 1000100 |
Color Harmonies of #7572E9
Complementary color
Monochromatic Colors of #7572E9
Black with #7572E9
Text Example
Text Example
White with #7572E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7572E9; }
p { color: rgb(117,114,233); }
H1.HeaderClassName
{
color: #7572E9;
}
.AnyTagClassName
{
color: #7572E9;
}
</style>
background-color css
<style>
a { background-color: #7572E9; }
a { background-color: rgb(117,114,233); }
div.DivClassName
{
background-color: #7572E9;
}
.BgClassName
{
background-color: #7572E9;
}
</style>
border-color css
<style>
span { border-color: #7572E9; }
span { border-color: rgb(117,114,233); }
td.TdClassName
{
border-color: #7572E9;
}
.TagClassName
{
border-color: #7572E9;
}
</style>