Shades of Medium Slate Blue #7553FF
Tints of Medium Slate Blue #7553FF
RGB
CMYK
RGB Variations
Color information
#7553FF (or 0x7553FF) is known color: Medium Slate Blue. HEX triplet: 75, 53 and FF. RGB value is (117,83,255). Sum of RGB (Red+Green+Blue) = 117+83+255=455 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.71% from 455); Green value is 83 (32.81% from 255 or 18.24% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #7553FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7553FF is #8AAC00. Grayscale: #707070. Windows color (decimal): -9088001 or 16733045. OLE color: 16733045.
HSL color Cylindrical-coordinate representation of color #7553FF: hue angle of 251.86º 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 #7553FF is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 117 | 83 | 255 | - |
| CMYK | 0.54 | 0.67 | 0 | 0 |
| HSL | 251.86º | 1% | 0.66% | - |
| HSV(B) | 251.86º | 0.67% | 1% | - |
| XYZ | 28.48 | 17.19 | 96.42 | - |
| YUV | 112.77 | 208.26 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 83 | 255 | 0.54 | 0.67 | 0 | 0 | 251.86 | 1 | 0.66 |
| Hex | 75 | 53 | FF | 36 | 43 | 0 | 0 | FC | 64 | 42 |
| Octal | 165 | 123 | 377 | 66 | 103 | 0 | 0 | 374 | 144 | 102 |
| Binary | 1110101 | 1010011 | 11111111 | 110110 | 1000011 | 0 | 0 | 11111100 | 1100100 | 1000010 |
Color Harmonies of #7553FF
Complementary color
Monochromatic Colors of #7553FF
Black with #7553FF
Text Example
Text Example
White with #7553FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7553FF; }
p { color: rgb(117,83,255); }
H1.HeaderClassName
{
color: #7553FF;
}
.AnyTagClassName
{
color: #7553FF;
}
</style>
background-color css
<style>
a { background-color: #7553FF; }
a { background-color: rgb(117,83,255); }
div.DivClassName
{
background-color: #7553FF;
}
.BgClassName
{
background-color: #7553FF;
}
</style>
border-color css
<style>
span { border-color: #7553FF; }
span { border-color: rgb(117,83,255); }
td.TdClassName
{
border-color: #7553FF;
}
.TagClassName
{
border-color: #7553FF;
}
</style>