Shades of Slate Blue #7C4DCD
Tints of Slate Blue #7C4DCD
RGB
CMYK
RGB Variations
Color information
#7C4DCD (or 0x7C4DCD) is known color: Slate Blue. HEX triplet: 7C, 4D and CD. RGB value is (124,77,205). Sum of RGB (Red+Green+Blue) = 124+77+205=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C4DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C4DCD is #83B232. Grayscale: #696969. Windows color (decimal): -8630835 or 13454716. OLE color: 13454716.
HSL color Cylindrical-coordinate representation of color #7C4DCD: hue angle of 262.03º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C4DCD is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 77 | 205 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.20 |
| HSL | 262.03º | 0.56% | 0.55% | - |
| HSV(B) | 262.03º | 0.62% | 0.8% | - |
| XYZ | 21.99 | 14 | 59.3 | - |
| YUV | 105.65 | 184.07 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 77 | 205 | 0.40 | 0.62 | 0 | 0.20 | 262.03 | 0.56 | 0.55 |
| Hex | 7C | 4D | CD | 28 | 3E | 0 | 14 | 106 | 38 | 37 |
| Octal | 174 | 115 | 315 | 50 | 76 | 0 | 24 | 406 | 70 | 67 |
| Binary | 1111100 | 1001101 | 11001101 | 101000 | 111110 | 0 | 10100 | 100000110 | 111000 | 110111 |
Color Harmonies of #7C4DCD
Complementary color
Monochromatic Colors of #7C4DCD
Black with #7C4DCD
Text Example
Text Example
White with #7C4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4DCD; }
p { color: rgb(124,77,205); }
H1.HeaderClassName
{
color: #7C4DCD;
}
.AnyTagClassName
{
color: #7C4DCD;
}
</style>
background-color css
<style>
a { background-color: #7C4DCD; }
a { background-color: rgb(124,77,205); }
div.DivClassName
{
background-color: #7C4DCD;
}
.BgClassName
{
background-color: #7C4DCD;
}
</style>
border-color css
<style>
span { border-color: #7C4DCD; }
span { border-color: rgb(124,77,205); }
td.TdClassName
{
border-color: #7C4DCD;
}
.TagClassName
{
border-color: #7C4DCD;
}
</style>