Shades of Medium Slate Blue #7449FB
Tints of Medium Slate Blue #7449FB
RGB
CMYK
RGB Variations
Color information
#7449FB (or 0x7449FB) is known color: Medium Slate Blue. HEX triplet: 74, 49 and FB. RGB value is (116,73,251). Sum of RGB (Red+Green+Blue) = 116+73+251=440 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.36% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 251 (98.44% from 255 or 57.05% from 440); Max value from RGB is 251 - color contains mainly: blue. Hex color #7449FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7449FB is #8BB604. Grayscale: #696969. Windows color (decimal): -9156101 or 16468340. OLE color: 16468340.
HSL color Cylindrical-coordinate representation of color #7449FB: hue angle of 254.49º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7449FB is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 73 | 251 | - |
| CMYK | 0.54 | 0.71 | 0 | 0.02 |
| HSL | 254.49º | 0.96% | 0.64% | - |
| HSV(B) | 254.49º | 0.71% | 0.98% | - |
| XYZ | 27 | 15.44 | 92.82 | - |
| YUV | 106.15 | 209.75 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 73 | 251 | 0.54 | 0.71 | 0 | 0.02 | 254.49 | 0.96 | 0.64 |
| Hex | 74 | 49 | FB | 36 | 47 | 0 | 2 | FE | 60 | 40 |
| Octal | 164 | 111 | 373 | 66 | 107 | 0 | 2 | 376 | 140 | 100 |
| Binary | 1110100 | 1001001 | 11111011 | 110110 | 1000111 | 0 | 10 | 11111110 | 1100000 | 1000000 |
Color Harmonies of #7449FB
Complementary color
Monochromatic Colors of #7449FB
Black with #7449FB
Text Example
Text Example
White with #7449FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7449FB; }
p { color: rgb(116,73,251); }
H1.HeaderClassName
{
color: #7449FB;
}
.AnyTagClassName
{
color: #7449FB;
}
</style>
background-color css
<style>
a { background-color: #7449FB; }
a { background-color: rgb(116,73,251); }
div.DivClassName
{
background-color: #7449FB;
}
.BgClassName
{
background-color: #7449FB;
}
</style>
border-color css
<style>
span { border-color: #7449FB; }
span { border-color: rgb(116,73,251); }
td.TdClassName
{
border-color: #7449FB;
}
.TagClassName
{
border-color: #7449FB;
}
</style>