Shades of Medium Slate Blue #7449EB
Tints of Medium Slate Blue #7449EB
RGB
CMYK
RGB Variations
Color information
#7449EB (or 0x7449EB) is known color: Medium Slate Blue. HEX triplet: 74, 49 and EB. RGB value is (116,73,235). Sum of RGB (Red+Green+Blue) = 116+73+235=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #7449EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7449EB is #8BB614. Grayscale: #676767. Windows color (decimal): -9156117 or 15419764. OLE color: 15419764.
HSL color Cylindrical-coordinate representation of color #7449EB: hue angle of 255.93º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7449EB is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 73 | 235 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.08 |
| HSL | 255.93º | 0.8% | 0.6% | - |
| HSV(B) | 255.93º | 0.69% | 0.92% | - |
| XYZ | 24.58 | 14.48 | 80.1 | - |
| YUV | 104.33 | 201.75 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 73 | 235 | 0.51 | 0.69 | 0 | 0.08 | 255.93 | 0.8 | 0.6 |
| Hex | 74 | 49 | EB | 33 | 45 | 0 | 8 | 100 | 50 | 3C |
| Octal | 164 | 111 | 353 | 63 | 105 | 0 | 10 | 400 | 120 | 74 |
| Binary | 1110100 | 1001001 | 11101011 | 110011 | 1000101 | 0 | 1000 | 100000000 | 1010000 | 111100 |
Color Harmonies of #7449EB
Complementary color
Monochromatic Colors of #7449EB
Black with #7449EB
Text Example
Text Example
White with #7449EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7449EB; }
p { color: rgb(116,73,235); }
H1.HeaderClassName
{
color: #7449EB;
}
.AnyTagClassName
{
color: #7449EB;
}
</style>
background-color css
<style>
a { background-color: #7449EB; }
a { background-color: rgb(116,73,235); }
div.DivClassName
{
background-color: #7449EB;
}
.BgClassName
{
background-color: #7449EB;
}
</style>
border-color css
<style>
span { border-color: #7449EB; }
span { border-color: rgb(116,73,235); }
td.TdClassName
{
border-color: #7449EB;
}
.TagClassName
{
border-color: #7449EB;
}
</style>