Shades of Medium Slate Blue #7553F1
Tints of Medium Slate Blue #7553F1
RGB
CMYK
RGB Variations
Color information
#7553F1 (or 0x7553F1) is known color: Medium Slate Blue. HEX triplet: 75, 53 and F1. RGB value is (117,83,241). Sum of RGB (Red+Green+Blue) = 117+83+241=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 241 (94.53% from 255 or 54.65% from 441); Max value from RGB is 241 - color contains mainly: blue. Hex color #7553F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7553F1 is #8AAC0E. Grayscale: #6E6E6E. Windows color (decimal): -9088015 or 15815541. OLE color: 15815541.
HSL color Cylindrical-coordinate representation of color #7553F1: hue angle of 252.91º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7553F1 is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 117 | 83 | 241 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.05 |
| HSL | 252.91º | 0.85% | 0.64% | - |
| HSV(B) | 252.91º | 0.66% | 0.95% | - |
| XYZ | 26.31 | 16.32 | 84.98 | - |
| YUV | 111.18 | 201.26 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 83 | 241 | 0.51 | 0.66 | 0 | 0.05 | 252.91 | 0.85 | 0.64 |
| Hex | 75 | 53 | F1 | 33 | 42 | 0 | 5 | FD | 55 | 40 |
| Octal | 165 | 123 | 361 | 63 | 102 | 0 | 5 | 375 | 125 | 100 |
| Binary | 1110101 | 1010011 | 11110001 | 110011 | 1000010 | 0 | 101 | 11111101 | 1010101 | 1000000 |
Color Harmonies of #7553F1
Complementary color
Monochromatic Colors of #7553F1
Black with #7553F1
Text Example
Text Example
White with #7553F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7553F1; }
p { color: rgb(117,83,241); }
H1.HeaderClassName
{
color: #7553F1;
}
.AnyTagClassName
{
color: #7553F1;
}
</style>
background-color css
<style>
a { background-color: #7553F1; }
a { background-color: rgb(117,83,241); }
div.DivClassName
{
background-color: #7553F1;
}
.BgClassName
{
background-color: #7553F1;
}
</style>
border-color css
<style>
span { border-color: #7553F1; }
span { border-color: rgb(117,83,241); }
td.TdClassName
{
border-color: #7553F1;
}
.TagClassName
{
border-color: #7553F1;
}
</style>