Shades of Medium Slate Blue #7053FF
Tints of Medium Slate Blue #7053FF
RGB
CMYK
RGB Variations
Color information
#7053FF (or 0x7053FF) is known color: Medium Slate Blue. HEX triplet: 70, 53 and FF. RGB value is (112,83,255). Sum of RGB (Red+Green+Blue) = 112+83+255=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #7053FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7053FF is #8FAC00. Grayscale: #6E6E6E. Windows color (decimal): -9415681 or 16733040. OLE color: 16733040.
HSL color Cylindrical-coordinate representation of color #7053FF: hue angle of 250.12º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7053FF is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 83 | 255 | - |
| CMYK | 0.56 | 0.67 | 0 | 0 |
| HSL | 250.12º | 1% | 0.66% | - |
| HSV(B) | 250.12º | 0.67% | 1% | - |
| XYZ | 27.83 | 16.85 | 96.39 | - |
| YUV | 111.28 | 209.11 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 83 | 255 | 0.56 | 0.67 | 0 | 0 | 250.12 | 1 | 0.66 |
| Hex | 70 | 53 | FF | 38 | 43 | 0 | 0 | FA | 64 | 42 |
| Octal | 160 | 123 | 377 | 70 | 103 | 0 | 0 | 372 | 144 | 102 |
| Binary | 1110000 | 1010011 | 11111111 | 111000 | 1000011 | 0 | 0 | 11111010 | 1100100 | 1000010 |
Color Harmonies of #7053FF
Complementary color
Monochromatic Colors of #7053FF
Black with #7053FF
Text Example
Text Example
White with #7053FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7053FF; }
p { color: rgb(112,83,255); }
H1.HeaderClassName
{
color: #7053FF;
}
.AnyTagClassName
{
color: #7053FF;
}
</style>
background-color css
<style>
a { background-color: #7053FF; }
a { background-color: rgb(112,83,255); }
div.DivClassName
{
background-color: #7053FF;
}
.BgClassName
{
background-color: #7053FF;
}
</style>
border-color css
<style>
span { border-color: #7053FF; }
span { border-color: rgb(112,83,255); }
td.TdClassName
{
border-color: #7053FF;
}
.TagClassName
{
border-color: #7053FF;
}
</style>