Shades of Medium Slate Blue #7442F9
Tints of Medium Slate Blue #7442F9
RGB
CMYK
RGB Variations
Color information
#7442F9 (or 0x7442F9) is known color: Medium Slate Blue. HEX triplet: 74, 42 and F9. RGB value is (116,66,249). Sum of RGB (Red+Green+Blue) = 116+66+249=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 249 (97.66% from 255 or 57.77% from 431); Max value from RGB is 249 - color contains mainly: blue. Hex color #7442F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7442F9 is #8BBD06. Grayscale: #656565. Windows color (decimal): -9157895 or 16335476. OLE color: 16335476.
HSL color Cylindrical-coordinate representation of color #7442F9: hue angle of 256.39º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7442F9 is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 66 | 249 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.02 |
| HSL | 256.39º | 0.94% | 0.62% | - |
| HSV(B) | 256.39º | 0.73% | 0.98% | - |
| XYZ | 26.25 | 14.45 | 91.03 | - |
| YUV | 101.81 | 211.07 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 66 | 249 | 0.53 | 0.73 | 0 | 0.02 | 256.39 | 0.94 | 0.62 |
| Hex | 74 | 42 | F9 | 35 | 49 | 0 | 2 | 100 | 5E | 3E |
| Octal | 164 | 102 | 371 | 65 | 111 | 0 | 2 | 400 | 136 | 76 |
| Binary | 1110100 | 1000010 | 11111001 | 110101 | 1001001 | 0 | 10 | 100000000 | 1011110 | 111110 |
Color Harmonies of #7442F9
Complementary color
Monochromatic Colors of #7442F9
Black with #7442F9
Text Example
Text Example
White with #7442F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7442F9; }
p { color: rgb(116,66,249); }
H1.HeaderClassName
{
color: #7442F9;
}
.AnyTagClassName
{
color: #7442F9;
}
</style>
background-color css
<style>
a { background-color: #7442F9; }
a { background-color: rgb(116,66,249); }
div.DivClassName
{
background-color: #7442F9;
}
.BgClassName
{
background-color: #7442F9;
}
</style>
border-color css
<style>
span { border-color: #7442F9; }
span { border-color: rgb(116,66,249); }
td.TdClassName
{
border-color: #7442F9;
}
.TagClassName
{
border-color: #7442F9;
}
</style>