Shades of Medium Slate Blue #7441FA
Tints of Medium Slate Blue #7441FA
RGB
CMYK
RGB Variations
Color information
#7441FA (or 0x7441FA) is known color: Medium Slate Blue. HEX triplet: 74, 41 and FA. RGB value is (116,65,250). Sum of RGB (Red+Green+Blue) = 116+65+250=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 65 (25.78% from 255 or 15.08% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #7441FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7441FA is #8BBE05. Grayscale: #646464. Windows color (decimal): -9158150 or 16400756. OLE color: 16400756.
HSL color Cylindrical-coordinate representation of color #7441FA: hue angle of 256.54º degrees, saturation: 0.95, 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 #7441FA is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 65 | 250 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.02 |
| HSL | 256.54º | 0.95% | 0.62% | - |
| HSV(B) | 256.54º | 0.74% | 0.98% | - |
| XYZ | 26.35 | 14.4 | 91.83 | - |
| YUV | 101.34 | 211.9 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 250 | 0.54 | 0.74 | 0 | 0.02 | 256.54 | 0.95 | 0.62 |
| Hex | 74 | 41 | FA | 36 | 4A | 0 | 2 | 101 | 5F | 3E |
| Octal | 164 | 101 | 372 | 66 | 112 | 0 | 2 | 401 | 137 | 76 |
| Binary | 1110100 | 1000001 | 11111010 | 110110 | 1001010 | 0 | 10 | 100000001 | 1011111 | 111110 |
Color Harmonies of #7441FA
Complementary color
Monochromatic Colors of #7441FA
Black with #7441FA
Text Example
Text Example
White with #7441FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7441FA; }
p { color: rgb(116,65,250); }
H1.HeaderClassName
{
color: #7441FA;
}
.AnyTagClassName
{
color: #7441FA;
}
</style>
background-color css
<style>
a { background-color: #7441FA; }
a { background-color: rgb(116,65,250); }
div.DivClassName
{
background-color: #7441FA;
}
.BgClassName
{
background-color: #7441FA;
}
</style>
border-color css
<style>
span { border-color: #7441FA; }
span { border-color: rgb(116,65,250); }
td.TdClassName
{
border-color: #7441FA;
}
.TagClassName
{
border-color: #7441FA;
}
</style>