Shades of Medium Slate Blue #7450F1
Tints of Medium Slate Blue #7450F1
RGB
CMYK
RGB Variations
Color information
#7450F1 (or 0x7450F1) is known color: Medium Slate Blue. HEX triplet: 74, 50 and F1. RGB value is (116,80,241). Sum of RGB (Red+Green+Blue) = 116+80+241=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 80 (31.64% from 255 or 18.31% from 437); Blue value is 241 (94.53% from 255 or 55.15% from 437); Max value from RGB is 241 - color contains mainly: blue. Hex color #7450F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7450F1 is #8BAF0E. Grayscale: #6C6C6C. Windows color (decimal): -9154319 or 15814772. OLE color: 15814772.
HSL color Cylindrical-coordinate representation of color #7450F1: hue angle of 253.42º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7450F1 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 80 | 241 | - |
| CMYK | 0.52 | 0.67 | 0 | 0.05 |
| HSL | 253.42º | 0.85% | 0.63% | - |
| HSV(B) | 253.42º | 0.67% | 0.95% | - |
| XYZ | 25.95 | 15.8 | 84.9 | - |
| YUV | 109.12 | 202.43 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 241 | 0.52 | 0.67 | 0 | 0.05 | 253.42 | 0.85 | 0.63 |
| Hex | 74 | 50 | F1 | 34 | 43 | 0 | 5 | FD | 55 | 3F |
| Octal | 164 | 120 | 361 | 64 | 103 | 0 | 5 | 375 | 125 | 77 |
| Binary | 1110100 | 1010000 | 11110001 | 110100 | 1000011 | 0 | 101 | 11111101 | 1010101 | 111111 |
Color Harmonies of #7450F1
Complementary color
Monochromatic Colors of #7450F1
Black with #7450F1
Text Example
Text Example
White with #7450F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7450F1; }
p { color: rgb(116,80,241); }
H1.HeaderClassName
{
color: #7450F1;
}
.AnyTagClassName
{
color: #7450F1;
}
</style>
background-color css
<style>
a { background-color: #7450F1; }
a { background-color: rgb(116,80,241); }
div.DivClassName
{
background-color: #7450F1;
}
.BgClassName
{
background-color: #7450F1;
}
</style>
border-color css
<style>
span { border-color: #7450F1; }
span { border-color: rgb(116,80,241); }
td.TdClassName
{
border-color: #7450F1;
}
.TagClassName
{
border-color: #7450F1;
}
</style>