Shades of Slate Blue #7E4CDB
Tints of Slate Blue #7E4CDB
RGB
CMYK
RGB Variations
Color information
#7E4CDB (or 0x7E4CDB) is known color: Slate Blue. HEX triplet: 7E, 4C and DB. RGB value is (126,76,219). Sum of RGB (Red+Green+Blue) = 126+76+219=421 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.93% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E4CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4CDB is #81B324. Grayscale: #6A6A6A. Windows color (decimal): -8500005 or 14371966. OLE color: 14371966.
HSL color Cylindrical-coordinate representation of color #7E4CDB: hue angle of 260.98º 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 #7E4CDB is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 76 | 219 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.14 |
| HSL | 260.98º | 0.67% | 0.58% | - |
| HSV(B) | 260.98º | 0.65% | 0.86% | - |
| XYZ | 23.97 | 14.72 | 68.6 | - |
| YUV | 107.25 | 191.07 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 76 | 219 | 0.42 | 0.65 | 0 | 0.14 | 260.98 | 0.67 | 0.58 |
| Hex | 7E | 4C | DB | 2A | 41 | 0 | E | 105 | 43 | 3A |
| Octal | 176 | 114 | 333 | 52 | 101 | 0 | 16 | 405 | 103 | 72 |
| Binary | 1111110 | 1001100 | 11011011 | 101010 | 1000001 | 0 | 1110 | 100000101 | 1000011 | 111010 |
Color Harmonies of #7E4CDB
Complementary color
Monochromatic Colors of #7E4CDB
Black with #7E4CDB
Text Example
Text Example
White with #7E4CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4CDB; }
p { color: rgb(126,76,219); }
H1.HeaderClassName
{
color: #7E4CDB;
}
.AnyTagClassName
{
color: #7E4CDB;
}
</style>
background-color css
<style>
a { background-color: #7E4CDB; }
a { background-color: rgb(126,76,219); }
div.DivClassName
{
background-color: #7E4CDB;
}
.BgClassName
{
background-color: #7E4CDB;
}
</style>
border-color css
<style>
span { border-color: #7E4CDB; }
span { border-color: rgb(126,76,219); }
td.TdClassName
{
border-color: #7E4CDB;
}
.TagClassName
{
border-color: #7E4CDB;
}
</style>