Shades of Medium Slate Blue #7053EB
Tints of Medium Slate Blue #7053EB
RGB
CMYK
RGB Variations
Color information
#7053EB (or 0x7053EB) is known color: Medium Slate Blue. HEX triplet: 70, 53 and EB. RGB value is (112,83,235). Sum of RGB (Red+Green+Blue) = 112+83+235=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #7053EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7053EB is #8FAC14. Grayscale: #6C6C6C. Windows color (decimal): -9415701 or 15422320. OLE color: 15422320.
HSL color Cylindrical-coordinate representation of color #7053EB: hue angle of 251.45º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7053EB is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 83 | 235 | - |
| CMYK | 0.52 | 0.65 | 0 | 0.08 |
| HSL | 251.45º | 0.79% | 0.62% | - |
| HSV(B) | 251.45º | 0.65% | 0.92% | - |
| XYZ | 24.77 | 15.63 | 80.31 | - |
| YUV | 109 | 199.11 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 83 | 235 | 0.52 | 0.65 | 0 | 0.08 | 251.45 | 0.79 | 0.62 |
| Hex | 70 | 53 | EB | 34 | 41 | 0 | 8 | FB | 4F | 3E |
| Octal | 160 | 123 | 353 | 64 | 101 | 0 | 10 | 373 | 117 | 76 |
| Binary | 1110000 | 1010011 | 11101011 | 110100 | 1000001 | 0 | 1000 | 11111011 | 1001111 | 111110 |
Color Harmonies of #7053EB
Complementary color
Monochromatic Colors of #7053EB
Black with #7053EB
Text Example
Text Example
White with #7053EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7053EB; }
p { color: rgb(112,83,235); }
H1.HeaderClassName
{
color: #7053EB;
}
.AnyTagClassName
{
color: #7053EB;
}
</style>
background-color css
<style>
a { background-color: #7053EB; }
a { background-color: rgb(112,83,235); }
div.DivClassName
{
background-color: #7053EB;
}
.BgClassName
{
background-color: #7053EB;
}
</style>
border-color css
<style>
span { border-color: #7053EB; }
span { border-color: rgb(112,83,235); }
td.TdClassName
{
border-color: #7053EB;
}
.TagClassName
{
border-color: #7053EB;
}
</style>