Shades of Medium Slate Blue #7550E5
Tints of Medium Slate Blue #7550E5
RGB
CMYK
RGB Variations
Color information
#7550E5 (or 0x7550E5) is known color: Medium Slate Blue. HEX triplet: 75, 50 and E5. RGB value is (117,80,229). Sum of RGB (Red+Green+Blue) = 117+80+229=426 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.46% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 229 (89.84% from 255 or 53.76% from 426); Max value from RGB is 229 - color contains mainly: blue. Hex color #7550E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7550E5 is #8AAF1A. Grayscale: #6B6B6B. Windows color (decimal): -9088795 or 15028341. OLE color: 15028341.
HSL color Cylindrical-coordinate representation of color #7550E5: hue angle of 254.9º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7550E5 is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 80 | 229 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.10 |
| HSL | 254.9º | 0.74% | 0.61% | - |
| HSV(B) | 254.9º | 0.65% | 0.9% | - |
| XYZ | 24.35 | 15.18 | 75.77 | - |
| YUV | 108.05 | 196.26 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 229 | 0.49 | 0.65 | 0 | 0.10 | 254.9 | 0.74 | 0.61 |
| Hex | 75 | 50 | E5 | 31 | 41 | 0 | A | FF | 4A | 3D |
| Octal | 165 | 120 | 345 | 61 | 101 | 0 | 12 | 377 | 112 | 75 |
| Binary | 1110101 | 1010000 | 11100101 | 110001 | 1000001 | 0 | 1010 | 11111111 | 1001010 | 111101 |
Color Harmonies of #7550E5
Complementary color
Monochromatic Colors of #7550E5
Black with #7550E5
Text Example
Text Example
White with #7550E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7550E5; }
p { color: rgb(117,80,229); }
H1.HeaderClassName
{
color: #7550E5;
}
.AnyTagClassName
{
color: #7550E5;
}
</style>
background-color css
<style>
a { background-color: #7550E5; }
a { background-color: rgb(117,80,229); }
div.DivClassName
{
background-color: #7550E5;
}
.BgClassName
{
background-color: #7550E5;
}
</style>
border-color css
<style>
span { border-color: #7550E5; }
span { border-color: rgb(117,80,229); }
td.TdClassName
{
border-color: #7550E5;
}
.TagClassName
{
border-color: #7550E5;
}
</style>