Shades of Slate Blue #7E4BDB
Tints of Slate Blue #7E4BDB
RGB
CMYK
RGB Variations
Color information
#7E4BDB (or 0x7E4BDB) is known color: Slate Blue. HEX triplet: 7E, 4B and DB. RGB value is (126,75,219). Sum of RGB (Red+Green+Blue) = 126+75+219=420 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30% from 420); Green value is 75 (29.69% from 255 or 17.86% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #7E4BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E4BDB is #81B424. Grayscale: #6A6A6A. Windows color (decimal): -8500261 or 14371710. OLE color: 14371710.
HSL color Cylindrical-coordinate representation of color #7E4BDB: hue angle of 261.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7E4BDB is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 126 | 75 | 219 | - |
| CMYK | 0.42 | 0.66 | 0 | 0.14 |
| HSL | 261.25º | 0.67% | 0.58% | - |
| HSV(B) | 261.25º | 0.66% | 0.86% | - |
| XYZ | 23.91 | 14.58 | 68.57 | - |
| YUV | 106.67 | 191.4 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 75 | 219 | 0.42 | 0.66 | 0 | 0.14 | 261.25 | 0.67 | 0.58 |
| Hex | 7E | 4B | DB | 2A | 42 | 0 | E | 105 | 43 | 3A |
| Octal | 176 | 113 | 333 | 52 | 102 | 0 | 16 | 405 | 103 | 72 |
| Binary | 1111110 | 1001011 | 11011011 | 101010 | 1000010 | 0 | 1110 | 100000101 | 1000011 | 111010 |
Color Harmonies of #7E4BDB
Complementary color
Monochromatic Colors of #7E4BDB
Black with #7E4BDB
Text Example
Text Example
White with #7E4BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4BDB; }
p { color: rgb(126,75,219); }
H1.HeaderClassName
{
color: #7E4BDB;
}
.AnyTagClassName
{
color: #7E4BDB;
}
</style>
background-color css
<style>
a { background-color: #7E4BDB; }
a { background-color: rgb(126,75,219); }
div.DivClassName
{
background-color: #7E4BDB;
}
.BgClassName
{
background-color: #7E4BDB;
}
</style>
border-color css
<style>
span { border-color: #7E4BDB; }
span { border-color: rgb(126,75,219); }
td.TdClassName
{
border-color: #7E4BDB;
}
.TagClassName
{
border-color: #7E4BDB;
}
</style>