Shades of Slate Blue #7D4CDB
Tints of Slate Blue #7D4CDB
RGB
CMYK
RGB Variations
Color information
#7D4CDB (or 0x7D4CDB) is known color: Slate Blue. HEX triplet: 7D, 4C and DB. RGB value is (125,76,219). Sum of RGB (Red+Green+Blue) = 125+76+219=420 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.76% from 420); Green value is 76 (30.08% from 255 or 18.10% 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 #7D4CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4CDB is #82B324. Grayscale: #6A6A6A. Windows color (decimal): -8565541 or 14371965. OLE color: 14371965.
HSL color Cylindrical-coordinate representation of color #7D4CDB: hue angle of 260.56º 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 #7D4CDB is Cyan = 0.43, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 76 | 219 | - |
| CMYK | 0.43 | 0.65 | 0 | 0.14 |
| HSL | 260.56º | 0.67% | 0.58% | - |
| HSV(B) | 260.56º | 0.65% | 0.86% | - |
| XYZ | 23.83 | 14.64 | 68.59 | - |
| YUV | 106.95 | 191.23 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 76 | 219 | 0.43 | 0.65 | 0 | 0.14 | 260.56 | 0.67 | 0.58 |
| Hex | 7D | 4C | DB | 2B | 41 | 0 | E | 105 | 43 | 3A |
| Octal | 175 | 114 | 333 | 53 | 101 | 0 | 16 | 405 | 103 | 72 |
| Binary | 1111101 | 1001100 | 11011011 | 101011 | 1000001 | 0 | 1110 | 100000101 | 1000011 | 111010 |
Color Harmonies of #7D4CDB
Complementary color
Monochromatic Colors of #7D4CDB
Black with #7D4CDB
Text Example
Text Example
White with #7D4CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4CDB; }
p { color: rgb(125,76,219); }
H1.HeaderClassName
{
color: #7D4CDB;
}
.AnyTagClassName
{
color: #7D4CDB;
}
</style>
background-color css
<style>
a { background-color: #7D4CDB; }
a { background-color: rgb(125,76,219); }
div.DivClassName
{
background-color: #7D4CDB;
}
.BgClassName
{
background-color: #7D4CDB;
}
</style>
border-color css
<style>
span { border-color: #7D4CDB; }
span { border-color: rgb(125,76,219); }
td.TdClassName
{
border-color: #7D4CDB;
}
.TagClassName
{
border-color: #7D4CDB;
}
</style>