Shades of Medium Slate Blue #7441FF
Tints of Medium Slate Blue #7441FF
RGB
CMYK
RGB Variations
Color information
#7441FF (or 0x7441FF) is known color: Medium Slate Blue. HEX triplet: 74, 41 and FF. RGB value is (116,65,255). Sum of RGB (Red+Green+Blue) = 116+65+255=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #7441FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7441FF is #8BBE00. Grayscale: #656565. Windows color (decimal): -9158145 or 16728436. OLE color: 16728436.
HSL color Cylindrical-coordinate representation of color #7441FF: hue angle of 256.11º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7441FF is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 65 | 255 | - |
| CMYK | 0.55 | 0.75 | 0 | 0 |
| HSL | 256.11º | 1% | 0.63% | - |
| HSV(B) | 256.11º | 0.75% | 1% | - |
| XYZ | 27.14 | 14.71 | 96.02 | - |
| YUV | 101.91 | 214.4 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 255 | 0.55 | 0.75 | 0 | 0 | 256.11 | 1 | 0.63 |
| Hex | 74 | 41 | FF | 37 | 4B | 0 | 0 | 100 | 64 | 3F |
| Octal | 164 | 101 | 377 | 67 | 113 | 0 | 0 | 400 | 144 | 77 |
| Binary | 1110100 | 1000001 | 11111111 | 110111 | 1001011 | 0 | 0 | 100000000 | 1100100 | 111111 |
Color Harmonies of #7441FF
Complementary color
Monochromatic Colors of #7441FF
Black with #7441FF
Text Example
Text Example
White with #7441FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7441FF; }
p { color: rgb(116,65,255); }
H1.HeaderClassName
{
color: #7441FF;
}
.AnyTagClassName
{
color: #7441FF;
}
</style>
background-color css
<style>
a { background-color: #7441FF; }
a { background-color: rgb(116,65,255); }
div.DivClassName
{
background-color: #7441FF;
}
.BgClassName
{
background-color: #7441FF;
}
</style>
border-color css
<style>
span { border-color: #7441FF; }
span { border-color: rgb(116,65,255); }
td.TdClassName
{
border-color: #7441FF;
}
.TagClassName
{
border-color: #7441FF;
}
</style>