Shades of Slate Blue #7D4EDB
Tints of Slate Blue #7D4EDB
RGB
CMYK
RGB Variations
Color information
#7D4EDB (or 0x7D4EDB) is known color: Slate Blue. HEX triplet: 7D, 4E and DB. RGB value is (125,78,219). Sum of RGB (Red+Green+Blue) = 125+78+219=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 78 (30.86% from 255 or 18.48% 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 #7D4EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D4EDB is #82B124. Grayscale: #6B6B6B. Windows color (decimal): -8565029 or 14372477. OLE color: 14372477.
HSL color Cylindrical-coordinate representation of color #7D4EDB: hue angle of 260º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7D4EDB is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 78 | 219 | - |
| CMYK | 0.43 | 0.64 | 0 | 0.14 |
| HSL | 260º | 0.66% | 0.58% | - |
| HSV(B) | 260º | 0.64% | 0.86% | - |
| XYZ | 23.97 | 14.92 | 68.64 | - |
| YUV | 108.13 | 190.57 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 78 | 219 | 0.43 | 0.64 | 0 | 0.14 | 260 | 0.66 | 0.58 |
| Hex | 7D | 4E | DB | 2B | 40 | 0 | E | 104 | 42 | 3A |
| Octal | 175 | 116 | 333 | 53 | 100 | 0 | 16 | 404 | 102 | 72 |
| Binary | 1111101 | 1001110 | 11011011 | 101011 | 1000000 | 0 | 1110 | 100000100 | 1000010 | 111010 |
Color Harmonies of #7D4EDB
Complementary color
Monochromatic Colors of #7D4EDB
Black with #7D4EDB
Text Example
Text Example
White with #7D4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4EDB; }
p { color: rgb(125,78,219); }
H1.HeaderClassName
{
color: #7D4EDB;
}
.AnyTagClassName
{
color: #7D4EDB;
}
</style>
background-color css
<style>
a { background-color: #7D4EDB; }
a { background-color: rgb(125,78,219); }
div.DivClassName
{
background-color: #7D4EDB;
}
.BgClassName
{
background-color: #7D4EDB;
}
</style>
border-color css
<style>
span { border-color: #7D4EDB; }
span { border-color: rgb(125,78,219); }
td.TdClassName
{
border-color: #7D4EDB;
}
.TagClassName
{
border-color: #7D4EDB;
}
</style>