Shades of Medium Slate Blue #7556EF
Tints of Medium Slate Blue #7556EF
RGB
CMYK
RGB Variations
Color information
#7556EF (or 0x7556EF) is known color: Medium Slate Blue. HEX triplet: 75, 56 and EF. RGB value is (117,86,239). Sum of RGB (Red+Green+Blue) = 117+86+239=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #7556EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7556EF is #8AA910. Grayscale: #707070. Windows color (decimal): -9087249 or 15685237. OLE color: 15685237.
HSL color Cylindrical-coordinate representation of color #7556EF: hue angle of 252.16º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7556EF is Cyan = 0.51, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 86 | 239 | - |
| CMYK | 0.51 | 0.64 | 0 | 0.06 |
| HSL | 252.16º | 0.83% | 0.64% | - |
| HSV(B) | 252.16º | 0.64% | 0.94% | - |
| XYZ | 26.24 | 16.67 | 83.5 | - |
| YUV | 112.71 | 199.27 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 86 | 239 | 0.51 | 0.64 | 0 | 0.06 | 252.16 | 0.83 | 0.64 |
| Hex | 75 | 56 | EF | 33 | 40 | 0 | 6 | FC | 53 | 40 |
| Octal | 165 | 126 | 357 | 63 | 100 | 0 | 6 | 374 | 123 | 100 |
| Binary | 1110101 | 1010110 | 11101111 | 110011 | 1000000 | 0 | 110 | 11111100 | 1010011 | 1000000 |
Color Harmonies of #7556EF
Complementary color
Monochromatic Colors of #7556EF
Black with #7556EF
Text Example
Text Example
White with #7556EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7556EF; }
p { color: rgb(117,86,239); }
H1.HeaderClassName
{
color: #7556EF;
}
.AnyTagClassName
{
color: #7556EF;
}
</style>
background-color css
<style>
a { background-color: #7556EF; }
a { background-color: rgb(117,86,239); }
div.DivClassName
{
background-color: #7556EF;
}
.BgClassName
{
background-color: #7556EF;
}
</style>
border-color css
<style>
span { border-color: #7556EF; }
span { border-color: rgb(117,86,239); }
td.TdClassName
{
border-color: #7556EF;
}
.TagClassName
{
border-color: #7556EF;
}
</style>