Shades of Slate Blue #7C4DD5
Tints of Slate Blue #7C4DD5
RGB
CMYK
RGB Variations
Color information
#7C4DD5 (or 0x7C4DD5) is known color: Slate Blue. HEX triplet: 7C, 4D and D5. RGB value is (124,77,213). Sum of RGB (Red+Green+Blue) = 124+77+213=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 77 (30.47% from 255 or 18.60% from 414); Blue value is 213 (83.59% from 255 or 51.45% from 414); Max value from RGB is 213 - color contains mainly: blue. Hex color #7C4DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C4DD5 is #83B22A. Grayscale: #6A6A6A. Windows color (decimal): -8630827 or 13979004. OLE color: 13979004.
HSL color Cylindrical-coordinate representation of color #7C4DD5: hue angle of 260.74º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C4DD5 is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 124 | 77 | 213 | - |
| CMYK | 0.42 | 0.64 | 0 | 0.16 |
| HSL | 260.74º | 0.62% | 0.57% | - |
| HSV(B) | 260.74º | 0.64% | 0.84% | - |
| XYZ | 22.98 | 14.4 | 64.52 | - |
| YUV | 106.56 | 188.07 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 77 | 213 | 0.42 | 0.64 | 0 | 0.16 | 260.74 | 0.62 | 0.57 |
| Hex | 7C | 4D | D5 | 2A | 40 | 0 | 10 | 105 | 3E | 39 |
| Octal | 174 | 115 | 325 | 52 | 100 | 0 | 20 | 405 | 76 | 71 |
| Binary | 1111100 | 1001101 | 11010101 | 101010 | 1000000 | 0 | 10000 | 100000101 | 111110 | 111001 |
Color Harmonies of #7C4DD5
Complementary color
Monochromatic Colors of #7C4DD5
Black with #7C4DD5
Text Example
Text Example
White with #7C4DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4DD5; }
p { color: rgb(124,77,213); }
H1.HeaderClassName
{
color: #7C4DD5;
}
.AnyTagClassName
{
color: #7C4DD5;
}
</style>
background-color css
<style>
a { background-color: #7C4DD5; }
a { background-color: rgb(124,77,213); }
div.DivClassName
{
background-color: #7C4DD5;
}
.BgClassName
{
background-color: #7C4DD5;
}
</style>
border-color css
<style>
span { border-color: #7C4DD5; }
span { border-color: rgb(124,77,213); }
td.TdClassName
{
border-color: #7C4DD5;
}
.TagClassName
{
border-color: #7C4DD5;
}
</style>