Shades of Medium Slate Blue #7440FE
Tints of Medium Slate Blue #7440FE
RGB
CMYK
RGB Variations
Color information
#7440FE (or 0x7440FE) is known color: Medium Slate Blue. HEX triplet: 74, 40 and FE. RGB value is (116,64,254). Sum of RGB (Red+Green+Blue) = 116+64+254=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 254 (99.61% from 255 or 58.53% from 434); Max value from RGB is 254 - color contains mainly: blue. Hex color #7440FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7440FE is #8BBF01. Grayscale: #646464. Windows color (decimal): -9158402 or 16662644. OLE color: 16662644.
HSL color Cylindrical-coordinate representation of color #7440FE: hue angle of 256.42º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7440FE is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 64 | 254 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.00 |
| HSL | 256.42º | 0.99% | 0.62% | - |
| HSV(B) | 256.42º | 0.75% | 1% | - |
| XYZ | 26.93 | 14.54 | 95.15 | - |
| YUV | 101.21 | 214.23 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 254 | 0.54 | 0.75 | 0 | 0.00 | 256.42 | 0.99 | 0.62 |
| Hex | 74 | 40 | FE | 36 | 4B | 0 | 0 | 100 | 63 | 3E |
| Octal | 164 | 100 | 376 | 66 | 113 | 0 | 0 | 400 | 143 | 76 |
| Binary | 1110100 | 1000000 | 11111110 | 110110 | 1001011 | 0 | 0 | 100000000 | 1100011 | 111110 |
Color Harmonies of #7440FE
Complementary color
Monochromatic Colors of #7440FE
Black with #7440FE
Text Example
Text Example
White with #7440FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7440FE; }
p { color: rgb(116,64,254); }
H1.HeaderClassName
{
color: #7440FE;
}
.AnyTagClassName
{
color: #7440FE;
}
</style>
background-color css
<style>
a { background-color: #7440FE; }
a { background-color: rgb(116,64,254); }
div.DivClassName
{
background-color: #7440FE;
}
.BgClassName
{
background-color: #7440FE;
}
</style>
border-color css
<style>
span { border-color: #7440FE; }
span { border-color: rgb(116,64,254); }
td.TdClassName
{
border-color: #7440FE;
}
.TagClassName
{
border-color: #7440FE;
}
</style>