Shades of Medium Slate Blue #7572EE
Tints of Medium Slate Blue #7572EE
RGB
CMYK
RGB Variations
Color information
#7572EE (or 0x7572EE) is known color: Medium Slate Blue. HEX triplet: 75, 72 and EE. RGB value is (117,114,238). Sum of RGB (Red+Green+Blue) = 117+114+238=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 114 (44.92% from 255 or 24.31% from 469); Blue value is 238 (93.36% from 255 or 50.75% from 469); Max value from RGB is 238 - color contains mainly: blue. Hex color #7572EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7572EE is #8A8D11. Grayscale: #808080. Windows color (decimal): -9080082 or 15626869. OLE color: 15626869.
HSL color Cylindrical-coordinate representation of color #7572EE: hue angle of 241.45º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7572EE is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 114 | 238 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.07 |
| HSL | 241.45º | 0.78% | 0.69% | - |
| HSV(B) | 241.45º | 0.52% | 0.93% | - |
| XYZ | 28.79 | 21.99 | 83.62 | - |
| YUV | 129.03 | 189.49 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 238 | 0.51 | 0.52 | 0 | 0.07 | 241.45 | 0.78 | 0.69 |
| Hex | 75 | 72 | EE | 33 | 34 | 0 | 7 | F1 | 4E | 45 |
| Octal | 165 | 162 | 356 | 63 | 64 | 0 | 7 | 361 | 116 | 105 |
| Binary | 1110101 | 1110010 | 11101110 | 110011 | 110100 | 0 | 111 | 11110001 | 1001110 | 1000101 |
Color Harmonies of #7572EE
Complementary color
Monochromatic Colors of #7572EE
Black with #7572EE
Text Example
Text Example
White with #7572EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7572EE; }
p { color: rgb(117,114,238); }
H1.HeaderClassName
{
color: #7572EE;
}
.AnyTagClassName
{
color: #7572EE;
}
</style>
background-color css
<style>
a { background-color: #7572EE; }
a { background-color: rgb(117,114,238); }
div.DivClassName
{
background-color: #7572EE;
}
.BgClassName
{
background-color: #7572EE;
}
</style>
border-color css
<style>
span { border-color: #7572EE; }
span { border-color: rgb(117,114,238); }
td.TdClassName
{
border-color: #7572EE;
}
.TagClassName
{
border-color: #7572EE;
}
</style>