Shades of Slate Blue #7550E1
Tints of Slate Blue #7550E1
RGB
CMYK
RGB Variations
Color information
#7550E1 (or 0x7550E1) is known color: Slate Blue. HEX triplet: 75, 50 and E1. RGB value is (117,80,225). Sum of RGB (Red+Green+Blue) = 117+80+225=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 225 (88.28% from 255 or 53.32% from 422); Max value from RGB is 225 - color contains mainly: blue. Hex color #7550E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7550E1 is #8AAF1E. Grayscale: #6B6B6B. Windows color (decimal): -9088799 or 14766197. OLE color: 14766197.
HSL color Cylindrical-coordinate representation of color #7550E1: hue angle of 255.31º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7550E1 is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 80 | 225 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.12 |
| HSL | 255.31º | 0.71% | 0.6% | - |
| HSV(B) | 255.31º | 0.64% | 0.88% | - |
| XYZ | 23.8 | 14.96 | 72.87 | - |
| YUV | 107.59 | 194.26 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 80 | 225 | 0.48 | 0.64 | 0 | 0.12 | 255.31 | 0.71 | 0.6 |
| Hex | 75 | 50 | E1 | 30 | 40 | 0 | C | FF | 47 | 3C |
| Octal | 165 | 120 | 341 | 60 | 100 | 0 | 14 | 377 | 107 | 74 |
| Binary | 1110101 | 1010000 | 11100001 | 110000 | 1000000 | 0 | 1100 | 11111111 | 1000111 | 111100 |
Color Harmonies of #7550E1
Complementary color
Monochromatic Colors of #7550E1
Black with #7550E1
Text Example
Text Example
White with #7550E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7550E1; }
p { color: rgb(117,80,225); }
H1.HeaderClassName
{
color: #7550E1;
}
.AnyTagClassName
{
color: #7550E1;
}
</style>
background-color css
<style>
a { background-color: #7550E1; }
a { background-color: rgb(117,80,225); }
div.DivClassName
{
background-color: #7550E1;
}
.BgClassName
{
background-color: #7550E1;
}
</style>
border-color css
<style>
span { border-color: #7550E1; }
span { border-color: rgb(117,80,225); }
td.TdClassName
{
border-color: #7550E1;
}
.TagClassName
{
border-color: #7550E1;
}
</style>