Shades of Slate Blue #7E4DDB
Tints of Slate Blue #7E4DDB
RGB
CMYK
RGB Variations
Color information
#7E4DDB (or 0x7E4DDB) is known color: Slate Blue. HEX triplet: 7E, 4D and DB. RGB value is (126,77,219). Sum of RGB (Red+Green+Blue) = 126+77+219=422 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.86% from 422); Green value is 77 (30.47% from 255 or 18.25% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E4DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E4DDB is #81B224. Grayscale: #6B6B6B. Windows color (decimal): -8499749 or 14372222. OLE color: 14372222.
HSL color Cylindrical-coordinate representation of color #7E4DDB: hue angle of 260.7º degrees, saturation: 0.66, 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 #7E4DDB is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 77 | 219 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.14 |
| HSL | 260.7º | 0.66% | 0.58% | - |
| HSV(B) | 260.7º | 0.65% | 0.86% | - |
| XYZ | 24.04 | 14.86 | 68.62 | - |
| YUV | 107.84 | 190.73 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 77 | 219 | 0.42 | 0.65 | 0 | 0.14 | 260.7 | 0.66 | 0.58 |
| Hex | 7E | 4D | DB | 2A | 41 | 0 | E | 105 | 42 | 3A |
| Octal | 176 | 115 | 333 | 52 | 101 | 0 | 16 | 405 | 102 | 72 |
| Binary | 1111110 | 1001101 | 11011011 | 101010 | 1000001 | 0 | 1110 | 100000101 | 1000010 | 111010 |
Color Harmonies of #7E4DDB
Complementary color
Monochromatic Colors of #7E4DDB
Black with #7E4DDB
Text Example
Text Example
White with #7E4DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4DDB; }
p { color: rgb(126,77,219); }
H1.HeaderClassName
{
color: #7E4DDB;
}
.AnyTagClassName
{
color: #7E4DDB;
}
</style>
background-color css
<style>
a { background-color: #7E4DDB; }
a { background-color: rgb(126,77,219); }
div.DivClassName
{
background-color: #7E4DDB;
}
.BgClassName
{
background-color: #7E4DDB;
}
</style>
border-color css
<style>
span { border-color: #7E4DDB; }
span { border-color: rgb(126,77,219); }
td.TdClassName
{
border-color: #7E4DDB;
}
.TagClassName
{
border-color: #7E4DDB;
}
</style>