Shades of Medium Slate Blue #7073EB
Tints of Medium Slate Blue #7073EB
RGB
CMYK
RGB Variations
Color information
#7073EB (or 0x7073EB) is known color: Medium Slate Blue. HEX triplet: 70, 73 and EB. RGB value is (112,115,235). Sum of RGB (Red+Green+Blue) = 112+115+235=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #7073EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7073EB is #8F8C14. Grayscale: #7F7F7F. Windows color (decimal): -9407509 or 15430512. OLE color: 15430512.
HSL color Cylindrical-coordinate representation of color #7073EB: hue angle of 238.54º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7073EB is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 115 | 235 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.08 |
| HSL | 238.54º | 0.75% | 0.68% | - |
| HSV(B) | 238.54º | 0.52% | 0.92% | - |
| XYZ | 27.81 | 21.7 | 81.32 | - |
| YUV | 127.78 | 188.51 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 115 | 235 | 0.52 | 0.51 | 0 | 0.08 | 238.54 | 0.75 | 0.68 |
| Hex | 70 | 73 | EB | 34 | 33 | 0 | 8 | EF | 4B | 44 |
| Octal | 160 | 163 | 353 | 64 | 63 | 0 | 10 | 357 | 113 | 104 |
| Binary | 1110000 | 1110011 | 11101011 | 110100 | 110011 | 0 | 1000 | 11101111 | 1001011 | 1000100 |
Color Harmonies of #7073EB
Complementary color
Monochromatic Colors of #7073EB
Black with #7073EB
Text Example
Text Example
White with #7073EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7073EB; }
p { color: rgb(112,115,235); }
H1.HeaderClassName
{
color: #7073EB;
}
.AnyTagClassName
{
color: #7073EB;
}
</style>
background-color css
<style>
a { background-color: #7073EB; }
a { background-color: rgb(112,115,235); }
div.DivClassName
{
background-color: #7073EB;
}
.BgClassName
{
background-color: #7073EB;
}
</style>
border-color css
<style>
span { border-color: #7073EB; }
span { border-color: rgb(112,115,235); }
td.TdClassName
{
border-color: #7073EB;
}
.TagClassName
{
border-color: #7073EB;
}
</style>