Shades of Medium Slate Blue #7547EE
Tints of Medium Slate Blue #7547EE
RGB
CMYK
RGB Variations
Color information
#7547EE (or 0x7547EE) is known color: Medium Slate Blue. HEX triplet: 75, 47 and EE. RGB value is (117,71,238). Sum of RGB (Red+Green+Blue) = 117+71+238=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #7547EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7547EE is #8AB811. Grayscale: #676767. Windows color (decimal): -9091090 or 15615861. OLE color: 15615861.
HSL color Cylindrical-coordinate representation of color #7547EE: hue angle of 256.53º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7547EE is Cyan = 0.51, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 71 | 238 | - |
| CMYK | 0.51 | 0.70 | 0 | 0.07 |
| HSL | 256.53º | 0.83% | 0.61% | - |
| HSV(B) | 256.53º | 0.7% | 0.93% | - |
| XYZ | 25.02 | 14.46 | 82.36 | - |
| YUV | 103.79 | 203.74 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 71 | 238 | 0.51 | 0.70 | 0 | 0.07 | 256.53 | 0.83 | 0.61 |
| Hex | 75 | 47 | EE | 33 | 46 | 0 | 7 | 101 | 53 | 3D |
| Octal | 165 | 107 | 356 | 63 | 106 | 0 | 7 | 401 | 123 | 75 |
| Binary | 1110101 | 1000111 | 11101110 | 110011 | 1000110 | 0 | 111 | 100000001 | 1010011 | 111101 |
Color Harmonies of #7547EE
Complementary color
Monochromatic Colors of #7547EE
Black with #7547EE
Text Example
Text Example
White with #7547EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7547EE; }
p { color: rgb(117,71,238); }
H1.HeaderClassName
{
color: #7547EE;
}
.AnyTagClassName
{
color: #7547EE;
}
</style>
background-color css
<style>
a { background-color: #7547EE; }
a { background-color: rgb(117,71,238); }
div.DivClassName
{
background-color: #7547EE;
}
.BgClassName
{
background-color: #7547EE;
}
</style>
border-color css
<style>
span { border-color: #7547EE; }
span { border-color: rgb(117,71,238); }
td.TdClassName
{
border-color: #7547EE;
}
.TagClassName
{
border-color: #7547EE;
}
</style>