Shades of Medium Slate Blue #7553EF
Tints of Medium Slate Blue #7553EF
RGB
CMYK
RGB Variations
Color information
#7553EF (or 0x7553EF) is known color: Medium Slate Blue. HEX triplet: 75, 53 and EF. RGB value is (117,83,239). Sum of RGB (Red+Green+Blue) = 117+83+239=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 83 (32.81% from 255 or 18.91% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #7553EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7553EF is #8AAC10. Grayscale: #6E6E6E. Windows color (decimal): -9088017 or 15684469. OLE color: 15684469.
HSL color Cylindrical-coordinate representation of color #7553EF: hue angle of 253.08º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7553EF is Cyan = 0.51, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 83 | 239 | - |
| CMYK | 0.51 | 0.65 | 0 | 0.06 |
| HSL | 253.08º | 0.83% | 0.63% | - |
| HSV(B) | 253.08º | 0.65% | 0.94% | - |
| XYZ | 26.01 | 16.2 | 83.42 | - |
| YUV | 110.95 | 200.26 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 83 | 239 | 0.51 | 0.65 | 0 | 0.06 | 253.08 | 0.83 | 0.63 |
| Hex | 75 | 53 | EF | 33 | 41 | 0 | 6 | FD | 53 | 3F |
| Octal | 165 | 123 | 357 | 63 | 101 | 0 | 6 | 375 | 123 | 77 |
| Binary | 1110101 | 1010011 | 11101111 | 110011 | 1000001 | 0 | 110 | 11111101 | 1010011 | 111111 |
Color Harmonies of #7553EF
Complementary color
Monochromatic Colors of #7553EF
Black with #7553EF
Text Example
Text Example
White with #7553EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7553EF; }
p { color: rgb(117,83,239); }
H1.HeaderClassName
{
color: #7553EF;
}
.AnyTagClassName
{
color: #7553EF;
}
</style>
background-color css
<style>
a { background-color: #7553EF; }
a { background-color: rgb(117,83,239); }
div.DivClassName
{
background-color: #7553EF;
}
.BgClassName
{
background-color: #7553EF;
}
</style>
border-color css
<style>
span { border-color: #7553EF; }
span { border-color: rgb(117,83,239); }
td.TdClassName
{
border-color: #7553EF;
}
.TagClassName
{
border-color: #7553EF;
}
</style>