Shades of Medium Slate Blue #7441FB
Tints of Medium Slate Blue #7441FB
RGB
CMYK
RGB Variations
Color information
#7441FB (or 0x7441FB) is known color: Medium Slate Blue. HEX triplet: 74, 41 and FB. RGB value is (116,65,251). Sum of RGB (Red+Green+Blue) = 116+65+251=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #7441FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7441FB is #8BBE04. Grayscale: #646464. Windows color (decimal): -9158149 or 16466292. OLE color: 16466292.
HSL color Cylindrical-coordinate representation of color #7441FB: hue angle of 256.45º degrees, saturation: 0.96, 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 #7441FB is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 65 | 251 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.02 |
| HSL | 256.45º | 0.96% | 0.62% | - |
| HSV(B) | 256.45º | 0.74% | 0.98% | - |
| XYZ | 26.51 | 14.46 | 92.66 | - |
| YUV | 101.45 | 212.4 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 251 | 0.54 | 0.74 | 0 | 0.02 | 256.45 | 0.96 | 0.62 |
| Hex | 74 | 41 | FB | 36 | 4A | 0 | 2 | 100 | 60 | 3E |
| Octal | 164 | 101 | 373 | 66 | 112 | 0 | 2 | 400 | 140 | 76 |
| Binary | 1110100 | 1000001 | 11111011 | 110110 | 1001010 | 0 | 10 | 100000000 | 1100000 | 111110 |
Color Harmonies of #7441FB
Complementary color
Monochromatic Colors of #7441FB
Black with #7441FB
Text Example
Text Example
White with #7441FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7441FB; }
p { color: rgb(116,65,251); }
H1.HeaderClassName
{
color: #7441FB;
}
.AnyTagClassName
{
color: #7441FB;
}
</style>
background-color css
<style>
a { background-color: #7441FB; }
a { background-color: rgb(116,65,251); }
div.DivClassName
{
background-color: #7441FB;
}
.BgClassName
{
background-color: #7441FB;
}
</style>
border-color css
<style>
span { border-color: #7441FB; }
span { border-color: rgb(116,65,251); }
td.TdClassName
{
border-color: #7441FB;
}
.TagClassName
{
border-color: #7441FB;
}
</style>