Shades of Medium Slate Blue #7052FF
Tints of Medium Slate Blue #7052FF
RGB
CMYK
RGB Variations
Color information
#7052FF (or 0x7052FF) is known color: Medium Slate Blue. HEX triplet: 70, 52 and FF. RGB value is (112,82,255). Sum of RGB (Red+Green+Blue) = 112+82+255=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #7052FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7052FF is #8FAD00. Grayscale: #6E6E6E. Windows color (decimal): -9415937 or 16732784. OLE color: 16732784.
HSL color Cylindrical-coordinate representation of color #7052FF: hue angle of 250.4º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7052FF is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 82 | 255 | - |
| CMYK | 0.56 | 0.68 | 0 | 0 |
| HSL | 250.4º | 1% | 0.66% | - |
| HSV(B) | 250.4º | 0.68% | 1% | - |
| XYZ | 27.75 | 16.7 | 96.37 | - |
| YUV | 110.69 | 209.44 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 82 | 255 | 0.56 | 0.68 | 0 | 0 | 250.4 | 1 | 0.66 |
| Hex | 70 | 52 | FF | 38 | 44 | 0 | 0 | FA | 64 | 42 |
| Octal | 160 | 122 | 377 | 70 | 104 | 0 | 0 | 372 | 144 | 102 |
| Binary | 1110000 | 1010010 | 11111111 | 111000 | 1000100 | 0 | 0 | 11111010 | 1100100 | 1000010 |
Color Harmonies of #7052FF
Complementary color
Monochromatic Colors of #7052FF
Black with #7052FF
Text Example
Text Example
White with #7052FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7052FF; }
p { color: rgb(112,82,255); }
H1.HeaderClassName
{
color: #7052FF;
}
.AnyTagClassName
{
color: #7052FF;
}
</style>
background-color css
<style>
a { background-color: #7052FF; }
a { background-color: rgb(112,82,255); }
div.DivClassName
{
background-color: #7052FF;
}
.BgClassName
{
background-color: #7052FF;
}
</style>
border-color css
<style>
span { border-color: #7052FF; }
span { border-color: rgb(112,82,255); }
td.TdClassName
{
border-color: #7052FF;
}
.TagClassName
{
border-color: #7052FF;
}
</style>