Shades of Slate Blue #7749E1
Tints of Slate Blue #7749E1
RGB
CMYK
RGB Variations
Color information
#7749E1 (or 0x7749E1) is known color: Slate Blue. HEX triplet: 77, 49 and E1. RGB value is (119,73,225). Sum of RGB (Red+Green+Blue) = 119+73+225=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 225 (88.28% from 255 or 53.96% from 417); Max value from RGB is 225 - color contains mainly: blue. Hex color #7749E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7749E1 is #88B61E. Grayscale: #676767. Windows color (decimal): -8959519 or 14764407. OLE color: 14764407.
HSL color Cylindrical-coordinate representation of color #7749E1: hue angle of 258.16º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7749E1 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 119 | 73 | 225 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.12 |
| HSL | 258.16º | 0.72% | 0.58% | - |
| HSV(B) | 258.16º | 0.68% | 0.88% | - |
| XYZ | 23.58 | 14.12 | 72.72 | - |
| YUV | 104.08 | 196.24 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 73 | 225 | 0.47 | 0.68 | 0 | 0.12 | 258.16 | 0.72 | 0.58 |
| Hex | 77 | 49 | E1 | 2F | 44 | 0 | C | 102 | 48 | 3A |
| Octal | 167 | 111 | 341 | 57 | 104 | 0 | 14 | 402 | 110 | 72 |
| Binary | 1110111 | 1001001 | 11100001 | 101111 | 1000100 | 0 | 1100 | 100000010 | 1001000 | 111010 |
Color Harmonies of #7749E1
Complementary color
Monochromatic Colors of #7749E1
Black with #7749E1
Text Example
Text Example
White with #7749E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7749E1; }
p { color: rgb(119,73,225); }
H1.HeaderClassName
{
color: #7749E1;
}
.AnyTagClassName
{
color: #7749E1;
}
</style>
background-color css
<style>
a { background-color: #7749E1; }
a { background-color: rgb(119,73,225); }
div.DivClassName
{
background-color: #7749E1;
}
.BgClassName
{
background-color: #7749E1;
}
</style>
border-color css
<style>
span { border-color: #7749E1; }
span { border-color: rgb(119,73,225); }
td.TdClassName
{
border-color: #7749E1;
}
.TagClassName
{
border-color: #7749E1;
}
</style>