Shades of Medium Slate Blue #7040F6
Tints of Medium Slate Blue #7040F6
RGB
CMYK
RGB Variations
Color information
#7040F6 (or 0x7040F6) is known color: Medium Slate Blue. HEX triplet: 70, 40 and F6. RGB value is (112,64,246). Sum of RGB (Red+Green+Blue) = 112+64+246=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 246 (96.48% from 255 or 58.29% from 422); Max value from RGB is 246 - color contains mainly: blue. Hex color #7040F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7040F6 is #8FBF09. Grayscale: #626262. Windows color (decimal): -9420554 or 16138352. OLE color: 16138352.
HSL color Cylindrical-coordinate representation of color #7040F6: hue angle of 255.82º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7040F6 is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 64 | 246 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.04 |
| HSL | 255.82º | 0.91% | 0.61% | - |
| HSV(B) | 255.82º | 0.74% | 0.96% | - |
| XYZ | 25.15 | 13.77 | 88.52 | - |
| YUV | 99.1 | 210.9 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 64 | 246 | 0.54 | 0.74 | 0 | 0.04 | 255.82 | 0.91 | 0.61 |
| Hex | 70 | 40 | F6 | 36 | 4A | 0 | 4 | 100 | 5B | 3D |
| Octal | 160 | 100 | 366 | 66 | 112 | 0 | 4 | 400 | 133 | 75 |
| Binary | 1110000 | 1000000 | 11110110 | 110110 | 1001010 | 0 | 100 | 100000000 | 1011011 | 111101 |
Color Harmonies of #7040F6
Complementary color
Monochromatic Colors of #7040F6
Black with #7040F6
Text Example
Text Example
White with #7040F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7040F6; }
p { color: rgb(112,64,246); }
H1.HeaderClassName
{
color: #7040F6;
}
.AnyTagClassName
{
color: #7040F6;
}
</style>
background-color css
<style>
a { background-color: #7040F6; }
a { background-color: rgb(112,64,246); }
div.DivClassName
{
background-color: #7040F6;
}
.BgClassName
{
background-color: #7040F6;
}
</style>
border-color css
<style>
span { border-color: #7040F6; }
span { border-color: rgb(112,64,246); }
td.TdClassName
{
border-color: #7040F6;
}
.TagClassName
{
border-color: #7040F6;
}
</style>