Shades of Slate Blue #7D4CE0
Tints of Slate Blue #7D4CE0
RGB
CMYK
RGB Variations
Color information
#7D4CE0 (or 0x7D4CE0) is known color: Slate Blue. HEX triplet: 7D, 4C and E0. RGB value is (125,76,224). Sum of RGB (Red+Green+Blue) = 125+76+224=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 224 (87.89% from 255 or 52.71% from 425); Max value from RGB is 224 - color contains mainly: blue. Hex color #7D4CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4CE0 is #82B31F. Grayscale: #6A6A6A. Windows color (decimal): -8565536 or 14699645. OLE color: 14699645.
HSL color Cylindrical-coordinate representation of color #7D4CE0: hue angle of 259.86º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D4CE0 is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 125 | 76 | 224 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.12 |
| HSL | 259.86º | 0.7% | 0.59% | - |
| HSV(B) | 259.86º | 0.66% | 0.88% | - |
| XYZ | 24.5 | 14.91 | 72.11 | - |
| YUV | 107.52 | 193.73 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 76 | 224 | 0.44 | 0.66 | 0 | 0.12 | 259.86 | 0.7 | 0.59 |
| Hex | 7D | 4C | E0 | 2C | 42 | 0 | C | 104 | 46 | 3B |
| Octal | 175 | 114 | 340 | 54 | 102 | 0 | 14 | 404 | 106 | 73 |
| Binary | 1111101 | 1001100 | 11100000 | 101100 | 1000010 | 0 | 1100 | 100000100 | 1000110 | 111011 |
Color Harmonies of #7D4CE0
Complementary color
Monochromatic Colors of #7D4CE0
Black with #7D4CE0
Text Example
Text Example
White with #7D4CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4CE0; }
p { color: rgb(125,76,224); }
H1.HeaderClassName
{
color: #7D4CE0;
}
.AnyTagClassName
{
color: #7D4CE0;
}
</style>
background-color css
<style>
a { background-color: #7D4CE0; }
a { background-color: rgb(125,76,224); }
div.DivClassName
{
background-color: #7D4CE0;
}
.BgClassName
{
background-color: #7D4CE0;
}
</style>
border-color css
<style>
span { border-color: #7D4CE0; }
span { border-color: rgb(125,76,224); }
td.TdClassName
{
border-color: #7D4CE0;
}
.TagClassName
{
border-color: #7D4CE0;
}
</style>