Shades of Medium Slate Blue #7554FF
Tints of Medium Slate Blue #7554FF
RGB
CMYK
RGB Variations
Color information
#7554FF (or 0x7554FF) is known color: Medium Slate Blue. HEX triplet: 75, 54 and FF. RGB value is (117,84,255). Sum of RGB (Red+Green+Blue) = 117+84+255=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #7554FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7554FF is #8AAB00. Grayscale: #707070. Windows color (decimal): -9087745 or 16733301. OLE color: 16733301.
HSL color Cylindrical-coordinate representation of color #7554FF: hue angle of 251.58º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7554FF is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 84 | 255 | - |
| CMYK | 0.54 | 0.67 | 0 | 0 |
| HSL | 251.58º | 1% | 0.66% | - |
| HSV(B) | 251.58º | 0.67% | 1% | - |
| XYZ | 28.56 | 17.34 | 96.45 | - |
| YUV | 113.36 | 207.93 | 130.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 84 | 255 | 0.54 | 0.67 | 0 | 0 | 251.58 | 1 | 0.66 |
| Hex | 75 | 54 | FF | 36 | 43 | 0 | 0 | FC | 64 | 42 |
| Octal | 165 | 124 | 377 | 66 | 103 | 0 | 0 | 374 | 144 | 102 |
| Binary | 1110101 | 1010100 | 11111111 | 110110 | 1000011 | 0 | 0 | 11111100 | 1100100 | 1000010 |
Color Harmonies of #7554FF
Complementary color
Monochromatic Colors of #7554FF
Black with #7554FF
Text Example
Text Example
White with #7554FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7554FF; }
p { color: rgb(117,84,255); }
H1.HeaderClassName
{
color: #7554FF;
}
.AnyTagClassName
{
color: #7554FF;
}
</style>
background-color css
<style>
a { background-color: #7554FF; }
a { background-color: rgb(117,84,255); }
div.DivClassName
{
background-color: #7554FF;
}
.BgClassName
{
background-color: #7554FF;
}
</style>
border-color css
<style>
span { border-color: #7554FF; }
span { border-color: rgb(117,84,255); }
td.TdClassName
{
border-color: #7554FF;
}
.TagClassName
{
border-color: #7554FF;
}
</style>