Shades of Medium Slate Blue #7556ED
Tints of Medium Slate Blue #7556ED
RGB
CMYK
RGB Variations
Color information
#7556ED (or 0x7556ED) is known color: Medium Slate Blue. HEX triplet: 75, 56 and ED. RGB value is (117,86,237). Sum of RGB (Red+Green+Blue) = 117+86+237=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 237 (92.97% from 255 or 53.86% from 440); Max value from RGB is 237 - color contains mainly: blue. Hex color #7556ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7556ED is #8AA912. Grayscale: #6F6F6F. Windows color (decimal): -9087251 or 15554165. OLE color: 15554165.
HSL color Cylindrical-coordinate representation of color #7556ED: hue angle of 252.32º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7556ED is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 86 | 237 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.07 |
| HSL | 252.32º | 0.81% | 0.63% | - |
| HSV(B) | 252.32º | 0.64% | 0.93% | - |
| XYZ | 25.95 | 16.55 | 81.95 | - |
| YUV | 112.48 | 198.27 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 86 | 237 | 0.51 | 0.64 | 0 | 0.07 | 252.32 | 0.81 | 0.63 |
| Hex | 75 | 56 | ED | 33 | 40 | 0 | 7 | FC | 51 | 3F |
| Octal | 165 | 126 | 355 | 63 | 100 | 0 | 7 | 374 | 121 | 77 |
| Binary | 1110101 | 1010110 | 11101101 | 110011 | 1000000 | 0 | 111 | 11111100 | 1010001 | 111111 |
Color Harmonies of #7556ED
Complementary color
Monochromatic Colors of #7556ED
Black with #7556ED
Text Example
Text Example
White with #7556ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7556ED; }
p { color: rgb(117,86,237); }
H1.HeaderClassName
{
color: #7556ED;
}
.AnyTagClassName
{
color: #7556ED;
}
</style>
background-color css
<style>
a { background-color: #7556ED; }
a { background-color: rgb(117,86,237); }
div.DivClassName
{
background-color: #7556ED;
}
.BgClassName
{
background-color: #7556ED;
}
</style>
border-color css
<style>
span { border-color: #7556ED; }
span { border-color: rgb(117,86,237); }
td.TdClassName
{
border-color: #7556ED;
}
.TagClassName
{
border-color: #7556ED;
}
</style>