Shades of Medium Slate Blue #7450EC
Tints of Medium Slate Blue #7450EC
RGB
CMYK
RGB Variations
Color information
#7450EC (or 0x7450EC) is known color: Medium Slate Blue. HEX triplet: 74, 50 and EC. RGB value is (116,80,236). Sum of RGB (Red+Green+Blue) = 116+80+236=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #7450EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7450EC is #8BAF13. Grayscale: #6B6B6B. Windows color (decimal): -9154324 or 15487092. OLE color: 15487092.
HSL color Cylindrical-coordinate representation of color #7450EC: hue angle of 253.85º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7450EC is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 80 | 236 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.07 |
| HSL | 253.85º | 0.8% | 0.62% | - |
| HSV(B) | 253.85º | 0.66% | 0.93% | - |
| XYZ | 25.21 | 15.51 | 81.02 | - |
| YUV | 108.55 | 199.93 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 236 | 0.51 | 0.66 | 0 | 0.07 | 253.85 | 0.8 | 0.62 |
| Hex | 74 | 50 | EC | 33 | 42 | 0 | 7 | FE | 50 | 3E |
| Octal | 164 | 120 | 354 | 63 | 102 | 0 | 7 | 376 | 120 | 76 |
| Binary | 1110100 | 1010000 | 11101100 | 110011 | 1000010 | 0 | 111 | 11111110 | 1010000 | 111110 |
Color Harmonies of #7450EC
Complementary color
Monochromatic Colors of #7450EC
Black with #7450EC
Text Example
Text Example
White with #7450EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7450EC; }
p { color: rgb(116,80,236); }
H1.HeaderClassName
{
color: #7450EC;
}
.AnyTagClassName
{
color: #7450EC;
}
</style>
background-color css
<style>
a { background-color: #7450EC; }
a { background-color: rgb(116,80,236); }
div.DivClassName
{
background-color: #7450EC;
}
.BgClassName
{
background-color: #7450EC;
}
</style>
border-color css
<style>
span { border-color: #7450EC; }
span { border-color: rgb(116,80,236); }
td.TdClassName
{
border-color: #7450EC;
}
.TagClassName
{
border-color: #7450EC;
}
</style>