Shades of Medium Slate Blue #7547EA
Tints of Medium Slate Blue #7547EA
RGB
CMYK
RGB Variations
Color information
#7547EA (or 0x7547EA) is known color: Medium Slate Blue. HEX triplet: 75, 47 and EA. RGB value is (117,71,234). Sum of RGB (Red+Green+Blue) = 117+71+234=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #7547EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7547EA is #8AB815. Grayscale: #666666. Windows color (decimal): -9091094 or 15353717. OLE color: 15353717.
HSL color Cylindrical-coordinate representation of color #7547EA: hue angle of 256.93º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7547EA is Cyan = 0.5, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 71 | 234 | - |
| CMYK | 0.5 | 0.70 | 0 | 0.08 |
| HSL | 256.93º | 0.8% | 0.6% | - |
| HSV(B) | 256.93º | 0.7% | 0.92% | - |
| XYZ | 24.44 | 14.23 | 79.3 | - |
| YUV | 103.34 | 201.74 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 71 | 234 | 0.5 | 0.70 | 0 | 0.08 | 256.93 | 0.8 | 0.6 |
| Hex | 75 | 47 | EA | 32 | 46 | 0 | 8 | 101 | 50 | 3C |
| Octal | 165 | 107 | 352 | 62 | 106 | 0 | 10 | 401 | 120 | 74 |
| Binary | 1110101 | 1000111 | 11101010 | 110010 | 1000110 | 0 | 1000 | 100000001 | 1010000 | 111100 |
Color Harmonies of #7547EA
Complementary color
Monochromatic Colors of #7547EA
Black with #7547EA
Text Example
Text Example
White with #7547EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7547EA; }
p { color: rgb(117,71,234); }
H1.HeaderClassName
{
color: #7547EA;
}
.AnyTagClassName
{
color: #7547EA;
}
</style>
background-color css
<style>
a { background-color: #7547EA; }
a { background-color: rgb(117,71,234); }
div.DivClassName
{
background-color: #7547EA;
}
.BgClassName
{
background-color: #7547EA;
}
</style>
border-color css
<style>
span { border-color: #7547EA; }
span { border-color: rgb(117,71,234); }
td.TdClassName
{
border-color: #7547EA;
}
.TagClassName
{
border-color: #7547EA;
}
</style>