Shades of Medium Slate Blue #7440FB
Tints of Medium Slate Blue #7440FB
RGB
CMYK
RGB Variations
Color information
#7440FB (or 0x7440FB) is known color: Medium Slate Blue. HEX triplet: 74, 40 and FB. RGB value is (116,64,251). Sum of RGB (Red+Green+Blue) = 116+64+251=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 251 (98.44% from 255 or 58.24% from 431); Max value from RGB is 251 - color contains mainly: blue. Hex color #7440FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7440FB is #8BBF04. Grayscale: #646464. Windows color (decimal): -9158405 or 16466036. OLE color: 16466036.
HSL color Cylindrical-coordinate representation of color #7440FB: hue angle of 256.68º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7440FB is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 64 | 251 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.02 |
| HSL | 256.68º | 0.96% | 0.62% | - |
| HSV(B) | 256.68º | 0.75% | 0.98% | - |
| XYZ | 26.45 | 14.34 | 92.64 | - |
| YUV | 100.87 | 212.73 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 251 | 0.54 | 0.75 | 0 | 0.02 | 256.68 | 0.96 | 0.62 |
| Hex | 74 | 40 | FB | 36 | 4B | 0 | 2 | 101 | 60 | 3E |
| Octal | 164 | 100 | 373 | 66 | 113 | 0 | 2 | 401 | 140 | 76 |
| Binary | 1110100 | 1000000 | 11111011 | 110110 | 1001011 | 0 | 10 | 100000001 | 1100000 | 111110 |
Color Harmonies of #7440FB
Complementary color
Monochromatic Colors of #7440FB
Black with #7440FB
Text Example
Text Example
White with #7440FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7440FB; }
p { color: rgb(116,64,251); }
H1.HeaderClassName
{
color: #7440FB;
}
.AnyTagClassName
{
color: #7440FB;
}
</style>
background-color css
<style>
a { background-color: #7440FB; }
a { background-color: rgb(116,64,251); }
div.DivClassName
{
background-color: #7440FB;
}
.BgClassName
{
background-color: #7440FB;
}
</style>
border-color css
<style>
span { border-color: #7440FB; }
span { border-color: rgb(116,64,251); }
td.TdClassName
{
border-color: #7440FB;
}
.TagClassName
{
border-color: #7440FB;
}
</style>