Shades of Medium Slate Blue #7441FD
Tints of Medium Slate Blue #7441FD
RGB
CMYK
RGB Variations
Color information
#7441FD (or 0x7441FD) is known color: Medium Slate Blue. HEX triplet: 74, 41 and FD. RGB value is (116,65,253). Sum of RGB (Red+Green+Blue) = 116+65+253=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 65 (25.78% from 255 or 14.98% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #7441FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7441FD is #8BBE02. Grayscale: #646464. Windows color (decimal): -9158147 or 16597364. OLE color: 16597364.
HSL color Cylindrical-coordinate representation of color #7441FD: hue angle of 256.28º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7441FD is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 65 | 253 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.01 |
| HSL | 256.28º | 0.98% | 0.62% | - |
| HSV(B) | 256.28º | 0.74% | 0.99% | - |
| XYZ | 26.82 | 14.59 | 94.33 | - |
| YUV | 101.68 | 213.4 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 253 | 0.54 | 0.74 | 0 | 0.01 | 256.28 | 0.98 | 0.62 |
| Hex | 74 | 41 | FD | 36 | 4A | 0 | 1 | 100 | 62 | 3E |
| Octal | 164 | 101 | 375 | 66 | 112 | 0 | 1 | 400 | 142 | 76 |
| Binary | 1110100 | 1000001 | 11111101 | 110110 | 1001010 | 0 | 1 | 100000000 | 1100010 | 111110 |
Color Harmonies of #7441FD
Complementary color
Monochromatic Colors of #7441FD
Black with #7441FD
Text Example
Text Example
White with #7441FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7441FD; }
p { color: rgb(116,65,253); }
H1.HeaderClassName
{
color: #7441FD;
}
.AnyTagClassName
{
color: #7441FD;
}
</style>
background-color css
<style>
a { background-color: #7441FD; }
a { background-color: rgb(116,65,253); }
div.DivClassName
{
background-color: #7441FD;
}
.BgClassName
{
background-color: #7441FD;
}
</style>
border-color css
<style>
span { border-color: #7441FD; }
span { border-color: rgb(116,65,253); }
td.TdClassName
{
border-color: #7441FD;
}
.TagClassName
{
border-color: #7441FD;
}
</style>