Shades of Medium Slate Blue #7054E5
Tints of Medium Slate Blue #7054E5
RGB
CMYK
RGB Variations
Color information
#7054E5 (or 0x7054E5) is known color: Medium Slate Blue. HEX triplet: 70, 54 and E5. RGB value is (112,84,229). Sum of RGB (Red+Green+Blue) = 112+84+229=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #7054E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7054E5 is #8FAB1A. Grayscale: #6C6C6C. Windows color (decimal): -9415451 or 15029360. OLE color: 15029360.
HSL color Cylindrical-coordinate representation of color #7054E5: hue angle of 251.59º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7054E5 is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 84 | 229 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.10 |
| HSL | 251.59º | 0.74% | 0.61% | - |
| HSV(B) | 251.59º | 0.63% | 0.9% | - |
| XYZ | 24 | 15.44 | 75.84 | - |
| YUV | 108.9 | 195.78 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 84 | 229 | 0.51 | 0.63 | 0 | 0.10 | 251.59 | 0.74 | 0.61 |
| Hex | 70 | 54 | E5 | 33 | 3F | 0 | A | FC | 4A | 3D |
| Octal | 160 | 124 | 345 | 63 | 77 | 0 | 12 | 374 | 112 | 75 |
| Binary | 1110000 | 1010100 | 11100101 | 110011 | 111111 | 0 | 1010 | 11111100 | 1001010 | 111101 |
Color Harmonies of #7054E5
Complementary color
Monochromatic Colors of #7054E5
Black with #7054E5
Text Example
Text Example
White with #7054E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7054E5; }
p { color: rgb(112,84,229); }
H1.HeaderClassName
{
color: #7054E5;
}
.AnyTagClassName
{
color: #7054E5;
}
</style>
background-color css
<style>
a { background-color: #7054E5; }
a { background-color: rgb(112,84,229); }
div.DivClassName
{
background-color: #7054E5;
}
.BgClassName
{
background-color: #7054E5;
}
</style>
border-color css
<style>
span { border-color: #7054E5; }
span { border-color: rgb(112,84,229); }
td.TdClassName
{
border-color: #7054E5;
}
.TagClassName
{
border-color: #7054E5;
}
</style>