Shades of Slate Blue #7C4EDB
Tints of Slate Blue #7C4EDB
RGB
CMYK
RGB Variations
Color information
#7C4EDB (or 0x7C4EDB) is known color: Slate Blue. HEX triplet: 7C, 4E and DB. RGB value is (124,78,219). Sum of RGB (Red+Green+Blue) = 124+78+219=421 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.45% from 421); Green value is 78 (30.86% from 255 or 18.53% 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 #7C4EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C4EDB is #83B124. Grayscale: #6B6B6B. Windows color (decimal): -8630565 or 14372476. OLE color: 14372476.
HSL color Cylindrical-coordinate representation of color #7C4EDB: hue angle of 259.57º 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 #7C4EDB is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 78 | 219 | - |
| CMYK | 0.43 | 0.64 | 0 | 0.14 |
| HSL | 259.57º | 0.66% | 0.58% | - |
| HSV(B) | 259.57º | 0.64% | 0.86% | - |
| XYZ | 23.82 | 14.85 | 68.63 | - |
| YUV | 107.83 | 190.74 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 78 | 219 | 0.43 | 0.64 | 0 | 0.14 | 259.57 | 0.66 | 0.58 |
| Hex | 7C | 4E | DB | 2B | 40 | 0 | E | 104 | 42 | 3A |
| Octal | 174 | 116 | 333 | 53 | 100 | 0 | 16 | 404 | 102 | 72 |
| Binary | 1111100 | 1001110 | 11011011 | 101011 | 1000000 | 0 | 1110 | 100000100 | 1000010 | 111010 |
Color Harmonies of #7C4EDB
Complementary color
Monochromatic Colors of #7C4EDB
Black with #7C4EDB
Text Example
Text Example
White with #7C4EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4EDB; }
p { color: rgb(124,78,219); }
H1.HeaderClassName
{
color: #7C4EDB;
}
.AnyTagClassName
{
color: #7C4EDB;
}
</style>
background-color css
<style>
a { background-color: #7C4EDB; }
a { background-color: rgb(124,78,219); }
div.DivClassName
{
background-color: #7C4EDB;
}
.BgClassName
{
background-color: #7C4EDB;
}
</style>
border-color css
<style>
span { border-color: #7C4EDB; }
span { border-color: rgb(124,78,219); }
td.TdClassName
{
border-color: #7C4EDB;
}
.TagClassName
{
border-color: #7C4EDB;
}
</style>