Shades of Slate Blue #7E4DCD
Tints of Slate Blue #7E4DCD
RGB
CMYK
RGB Variations
Color information
#7E4DCD (or 0x7E4DCD) is known color: Slate Blue. HEX triplet: 7E, 4D and CD. RGB value is (126,77,205). Sum of RGB (Red+Green+Blue) = 126+77+205=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E4DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E4DCD is #81B232. Grayscale: #696969. Windows color (decimal): -8499763 or 13454718. OLE color: 13454718.
HSL color Cylindrical-coordinate representation of color #7E4DCD: hue angle of 262.97º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7E4DCD is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 77 | 205 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.20 |
| HSL | 262.97º | 0.56% | 0.55% | - |
| HSV(B) | 262.97º | 0.62% | 0.8% | - |
| XYZ | 22.28 | 14.15 | 59.31 | - |
| YUV | 106.24 | 183.73 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 77 | 205 | 0.39 | 0.62 | 0 | 0.20 | 262.97 | 0.56 | 0.55 |
| Hex | 7E | 4D | CD | 27 | 3E | 0 | 14 | 107 | 38 | 37 |
| Octal | 176 | 115 | 315 | 47 | 76 | 0 | 24 | 407 | 70 | 67 |
| Binary | 1111110 | 1001101 | 11001101 | 100111 | 111110 | 0 | 10100 | 100000111 | 111000 | 110111 |
Color Harmonies of #7E4DCD
Complementary color
Monochromatic Colors of #7E4DCD
Black with #7E4DCD
Text Example
Text Example
White with #7E4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4DCD; }
p { color: rgb(126,77,205); }
H1.HeaderClassName
{
color: #7E4DCD;
}
.AnyTagClassName
{
color: #7E4DCD;
}
</style>
background-color css
<style>
a { background-color: #7E4DCD; }
a { background-color: rgb(126,77,205); }
div.DivClassName
{
background-color: #7E4DCD;
}
.BgClassName
{
background-color: #7E4DCD;
}
</style>
border-color css
<style>
span { border-color: #7E4DCD; }
span { border-color: rgb(126,77,205); }
td.TdClassName
{
border-color: #7E4DCD;
}
.TagClassName
{
border-color: #7E4DCD;
}
</style>