Shades of Medium Slate Blue #7450FF
Tints of Medium Slate Blue #7450FF
RGB
CMYK
RGB Variations
Color information
#7450FF (or 0x7450FF) is known color: Medium Slate Blue. HEX triplet: 74, 50 and FF. RGB value is (116,80,255). Sum of RGB (Red+Green+Blue) = 116+80+255=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #7450FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7450FF is #8BAF00. Grayscale: #6E6E6E. Windows color (decimal): -9154305 or 16732276. OLE color: 16732276.
HSL color Cylindrical-coordinate representation of color #7450FF: hue angle of 252.34º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7450FF is Cyan = 0.55, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 80 | 255 | - |
| CMYK | 0.55 | 0.69 | 0 | 0 |
| HSL | 252.34º | 1% | 0.66% | - |
| HSV(B) | 252.34º | 0.69% | 1% | - |
| XYZ | 28.12 | 16.67 | 96.34 | - |
| YUV | 110.71 | 209.43 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 80 | 255 | 0.55 | 0.69 | 0 | 0 | 252.34 | 1 | 0.66 |
| Hex | 74 | 50 | FF | 37 | 45 | 0 | 0 | FC | 64 | 42 |
| Octal | 164 | 120 | 377 | 67 | 105 | 0 | 0 | 374 | 144 | 102 |
| Binary | 1110100 | 1010000 | 11111111 | 110111 | 1000101 | 0 | 0 | 11111100 | 1100100 | 1000010 |
Color Harmonies of #7450FF
Complementary color
Monochromatic Colors of #7450FF
Black with #7450FF
Text Example
Text Example
White with #7450FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7450FF; }
p { color: rgb(116,80,255); }
H1.HeaderClassName
{
color: #7450FF;
}
.AnyTagClassName
{
color: #7450FF;
}
</style>
background-color css
<style>
a { background-color: #7450FF; }
a { background-color: rgb(116,80,255); }
div.DivClassName
{
background-color: #7450FF;
}
.BgClassName
{
background-color: #7450FF;
}
</style>
border-color css
<style>
span { border-color: #7450FF; }
span { border-color: rgb(116,80,255); }
td.TdClassName
{
border-color: #7450FF;
}
.TagClassName
{
border-color: #7450FF;
}
</style>