Shades of Slate Blue #7E4DDC
Tints of Slate Blue #7E4DDC
RGB
CMYK
RGB Variations
Color information
#7E4DDC (or 0x7E4DDC) is known color: Slate Blue. HEX triplet: 7E, 4D and DC. RGB value is (126,77,220). Sum of RGB (Red+Green+Blue) = 126+77+220=423 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.79% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E4DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E4DDC is #81B223. Grayscale: #6B6B6B. Windows color (decimal): -8499748 or 14437758. OLE color: 14437758.
HSL color Cylindrical-coordinate representation of color #7E4DDC: hue angle of 260.56º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E4DDC is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 77 | 220 | - |
| CMYK | 0.43 | 0.65 | 0 | 0.14 |
| HSL | 260.56º | 0.67% | 0.58% | - |
| HSV(B) | 260.56º | 0.65% | 0.86% | - |
| XYZ | 24.18 | 14.91 | 69.31 | - |
| YUV | 107.95 | 191.23 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 77 | 220 | 0.43 | 0.65 | 0 | 0.14 | 260.56 | 0.67 | 0.58 |
| Hex | 7E | 4D | DC | 2B | 41 | 0 | E | 105 | 43 | 3A |
| Octal | 176 | 115 | 334 | 53 | 101 | 0 | 16 | 405 | 103 | 72 |
| Binary | 1111110 | 1001101 | 11011100 | 101011 | 1000001 | 0 | 1110 | 100000101 | 1000011 | 111010 |
Color Harmonies of #7E4DDC
Complementary color
Monochromatic Colors of #7E4DDC
Black with #7E4DDC
Text Example
Text Example
White with #7E4DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4DDC; }
p { color: rgb(126,77,220); }
H1.HeaderClassName
{
color: #7E4DDC;
}
.AnyTagClassName
{
color: #7E4DDC;
}
</style>
background-color css
<style>
a { background-color: #7E4DDC; }
a { background-color: rgb(126,77,220); }
div.DivClassName
{
background-color: #7E4DDC;
}
.BgClassName
{
background-color: #7E4DDC;
}
</style>
border-color css
<style>
span { border-color: #7E4DDC; }
span { border-color: rgb(126,77,220); }
td.TdClassName
{
border-color: #7E4DDC;
}
.TagClassName
{
border-color: #7E4DDC;
}
</style>