Shades of Medium Slate Blue #7440FC
Tints of Medium Slate Blue #7440FC
RGB
CMYK
RGB Variations
Color information
#7440FC (or 0x7440FC) is known color: Medium Slate Blue. HEX triplet: 74, 40 and FC. RGB value is (116,64,252). Sum of RGB (Red+Green+Blue) = 116+64+252=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #7440FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7440FC is #8BBF03. Grayscale: #646464. Windows color (decimal): -9158404 or 16531572. OLE color: 16531572.
HSL color Cylindrical-coordinate representation of color #7440FC: hue angle of 256.6º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7440FC is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 64 | 252 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.01 |
| HSL | 256.6º | 0.97% | 0.62% | - |
| HSV(B) | 256.6º | 0.75% | 0.99% | - |
| XYZ | 26.61 | 14.41 | 93.47 | - |
| YUV | 100.98 | 213.23 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 252 | 0.54 | 0.75 | 0 | 0.01 | 256.6 | 0.97 | 0.62 |
| Hex | 74 | 40 | FC | 36 | 4B | 0 | 1 | 101 | 61 | 3E |
| Octal | 164 | 100 | 374 | 66 | 113 | 0 | 1 | 401 | 141 | 76 |
| Binary | 1110100 | 1000000 | 11111100 | 110110 | 1001011 | 0 | 1 | 100000001 | 1100001 | 111110 |
Color Harmonies of #7440FC
Complementary color
Monochromatic Colors of #7440FC
Black with #7440FC
Text Example
Text Example
White with #7440FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7440FC; }
p { color: rgb(116,64,252); }
H1.HeaderClassName
{
color: #7440FC;
}
.AnyTagClassName
{
color: #7440FC;
}
</style>
background-color css
<style>
a { background-color: #7440FC; }
a { background-color: rgb(116,64,252); }
div.DivClassName
{
background-color: #7440FC;
}
.BgClassName
{
background-color: #7440FC;
}
</style>
border-color css
<style>
span { border-color: #7440FC; }
span { border-color: rgb(116,64,252); }
td.TdClassName
{
border-color: #7440FC;
}
.TagClassName
{
border-color: #7440FC;
}
</style>