Shades of Medium Slate Blue #7547EB
Tints of Medium Slate Blue #7547EB
RGB
CMYK
RGB Variations
Color information
#7547EB (or 0x7547EB) is known color: Medium Slate Blue. HEX triplet: 75, 47 and EB. RGB value is (117,71,235). Sum of RGB (Red+Green+Blue) = 117+71+235=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #7547EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7547EB is #8AB814. Grayscale: #666666. Windows color (decimal): -9091093 or 15419253. OLE color: 15419253.
HSL color Cylindrical-coordinate representation of color #7547EB: hue angle of 256.83º 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 #7547EB is Cyan = 0.50, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 117 | 71 | 235 | - |
| CMYK | 0.50 | 0.70 | 0 | 0.08 |
| HSL | 256.83º | 0.8% | 0.6% | - |
| HSV(B) | 256.83º | 0.7% | 0.92% | - |
| XYZ | 24.58 | 14.29 | 80.06 | - |
| YUV | 103.45 | 202.24 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 71 | 235 | 0.50 | 0.70 | 0 | 0.08 | 256.83 | 0.8 | 0.6 |
| Hex | 75 | 47 | EB | 32 | 46 | 0 | 8 | 101 | 50 | 3C |
| Octal | 165 | 107 | 353 | 62 | 106 | 0 | 10 | 401 | 120 | 74 |
| Binary | 1110101 | 1000111 | 11101011 | 110010 | 1000110 | 0 | 1000 | 100000001 | 1010000 | 111100 |
Color Harmonies of #7547EB
Complementary color
Monochromatic Colors of #7547EB
Black with #7547EB
Text Example
Text Example
White with #7547EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7547EB; }
p { color: rgb(117,71,235); }
H1.HeaderClassName
{
color: #7547EB;
}
.AnyTagClassName
{
color: #7547EB;
}
</style>
background-color css
<style>
a { background-color: #7547EB; }
a { background-color: rgb(117,71,235); }
div.DivClassName
{
background-color: #7547EB;
}
.BgClassName
{
background-color: #7547EB;
}
</style>
border-color css
<style>
span { border-color: #7547EB; }
span { border-color: rgb(117,71,235); }
td.TdClassName
{
border-color: #7547EB;
}
.TagClassName
{
border-color: #7547EB;
}
</style>