Shades of Medium Slate Blue #7441F9
Tints of Medium Slate Blue #7441F9
RGB
CMYK
RGB Variations
Color information
#7441F9 (or 0x7441F9) is known color: Medium Slate Blue. HEX triplet: 74, 41 and F9. RGB value is (116,65,249). Sum of RGB (Red+Green+Blue) = 116+65+249=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 249 (97.66% from 255 or 57.91% from 430); Max value from RGB is 249 - color contains mainly: blue. Hex color #7441F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7441F9 is #8BBE06. Grayscale: #646464. Windows color (decimal): -9158151 or 16335220. OLE color: 16335220.
HSL color Cylindrical-coordinate representation of color #7441F9: hue angle of 256.63º 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 #7441F9 is Cyan = 0.53, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 65 | 249 | - |
| CMYK | 0.53 | 0.74 | 0 | 0.02 |
| HSL | 256.63º | 0.94% | 0.62% | - |
| HSV(B) | 256.63º | 0.74% | 0.98% | - |
| XYZ | 26.19 | 14.33 | 91.01 | - |
| YUV | 101.23 | 211.4 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 249 | 0.53 | 0.74 | 0 | 0.02 | 256.63 | 0.94 | 0.62 |
| Hex | 74 | 41 | F9 | 35 | 4A | 0 | 2 | 101 | 5E | 3E |
| Octal | 164 | 101 | 371 | 65 | 112 | 0 | 2 | 401 | 136 | 76 |
| Binary | 1110100 | 1000001 | 11111001 | 110101 | 1001010 | 0 | 10 | 100000001 | 1011110 | 111110 |
Color Harmonies of #7441F9
Complementary color
Monochromatic Colors of #7441F9
Black with #7441F9
Text Example
Text Example
White with #7441F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7441F9; }
p { color: rgb(116,65,249); }
H1.HeaderClassName
{
color: #7441F9;
}
.AnyTagClassName
{
color: #7441F9;
}
</style>
background-color css
<style>
a { background-color: #7441F9; }
a { background-color: rgb(116,65,249); }
div.DivClassName
{
background-color: #7441F9;
}
.BgClassName
{
background-color: #7441F9;
}
</style>
border-color css
<style>
span { border-color: #7441F9; }
span { border-color: rgb(116,65,249); }
td.TdClassName
{
border-color: #7441F9;
}
.TagClassName
{
border-color: #7441F9;
}
</style>