Shades of Slate Blue #7551E1
Tints of Slate Blue #7551E1
RGB
CMYK
RGB Variations
Color information
#7551E1 (or 0x7551E1) is known color: Slate Blue. HEX triplet: 75, 51 and E1. RGB value is (117,81,225). Sum of RGB (Red+Green+Blue) = 117+81+225=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 225 (88.28% from 255 or 53.19% from 423); Max value from RGB is 225 - color contains mainly: blue. Hex color #7551E1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7551E1 is #8AAE1E. Grayscale: #6B6B6B. Windows color (decimal): -9088543 or 14766453. OLE color: 14766453.
HSL color Cylindrical-coordinate representation of color #7551E1: hue angle of 255º 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 #7551E1 is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 81 | 225 | - |
| CMYK | 0.48 | 0.64 | 0 | 0.12 |
| HSL | 255º | 0.71% | 0.6% | - |
| HSV(B) | 255º | 0.64% | 0.88% | - |
| XYZ | 23.87 | 15.1 | 72.89 | - |
| YUV | 108.18 | 193.93 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 225 | 0.48 | 0.64 | 0 | 0.12 | 255 | 0.71 | 0.6 |
| Hex | 75 | 51 | E1 | 30 | 40 | 0 | C | FF | 47 | 3C |
| Octal | 165 | 121 | 341 | 60 | 100 | 0 | 14 | 377 | 107 | 74 |
| Binary | 1110101 | 1010001 | 11100001 | 110000 | 1000000 | 0 | 1100 | 11111111 | 1000111 | 111100 |
Color Harmonies of #7551E1
Complementary color
Monochromatic Colors of #7551E1
Black with #7551E1
Text Example
Text Example
White with #7551E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7551E1; }
p { color: rgb(117,81,225); }
H1.HeaderClassName
{
color: #7551E1;
}
.AnyTagClassName
{
color: #7551E1;
}
</style>
background-color css
<style>
a { background-color: #7551E1; }
a { background-color: rgb(117,81,225); }
div.DivClassName
{
background-color: #7551E1;
}
.BgClassName
{
background-color: #7551E1;
}
</style>
border-color css
<style>
span { border-color: #7551E1; }
span { border-color: rgb(117,81,225); }
td.TdClassName
{
border-color: #7551E1;
}
.TagClassName
{
border-color: #7551E1;
}
</style>