Shades of Medium Slate Blue #7041F9
Tints of Medium Slate Blue #7041F9
RGB
CMYK
RGB Variations
Color information
#7041F9 (or 0x7041F9) is known color: Medium Slate Blue. HEX triplet: 70, 41 and F9. RGB value is (112,65,249). Sum of RGB (Red+Green+Blue) = 112+65+249=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 249 (97.66% from 255 or 58.45% from 426); Max value from RGB is 249 - color contains mainly: blue. Hex color #7041F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7041F9 is #8FBE06. Grayscale: #636363. Windows color (decimal): -9420295 or 16335216. OLE color: 16335216.
HSL color Cylindrical-coordinate representation of color #7041F9: hue angle of 255.33º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7041F9 is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 65 | 249 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.02 |
| HSL | 255.33º | 0.94% | 0.62% | - |
| HSV(B) | 255.33º | 0.74% | 0.98% | - |
| XYZ | 25.67 | 14.06 | 90.98 | - |
| YUV | 100.03 | 212.07 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 65 | 249 | 0.55 | 0.74 | 0 | 0.02 | 255.33 | 0.94 | 0.62 |
| Hex | 70 | 41 | F9 | 37 | 4A | 0 | 2 | FF | 5E | 3E |
| Octal | 160 | 101 | 371 | 67 | 112 | 0 | 2 | 377 | 136 | 76 |
| Binary | 1110000 | 1000001 | 11111001 | 110111 | 1001010 | 0 | 10 | 11111111 | 1011110 | 111110 |
Color Harmonies of #7041F9
Complementary color
Monochromatic Colors of #7041F9
Black with #7041F9
Text Example
Text Example
White with #7041F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7041F9; }
p { color: rgb(112,65,249); }
H1.HeaderClassName
{
color: #7041F9;
}
.AnyTagClassName
{
color: #7041F9;
}
</style>
background-color css
<style>
a { background-color: #7041F9; }
a { background-color: rgb(112,65,249); }
div.DivClassName
{
background-color: #7041F9;
}
.BgClassName
{
background-color: #7041F9;
}
</style>
border-color css
<style>
span { border-color: #7041F9; }
span { border-color: rgb(112,65,249); }
td.TdClassName
{
border-color: #7041F9;
}
.TagClassName
{
border-color: #7041F9;
}
</style>