Shades of Slate Blue #7C48DC
Tints of Slate Blue #7C48DC
RGB
CMYK
RGB Variations
Color information
#7C48DC (or 0x7C48DC) is known color: Slate Blue. HEX triplet: 7C, 48 and DC. RGB value is (124,72,220). Sum of RGB (Red+Green+Blue) = 124+72+220=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 72 (28.52% from 255 or 17.31% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #7C48DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C48DC is #83B723. Grayscale: #676767. Windows color (decimal): -8632100 or 14436476. OLE color: 14436476.
HSL color Cylindrical-coordinate representation of color #7C48DC: hue angle of 261.08º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7C48DC is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 72 | 220 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.14 |
| HSL | 261.08º | 0.68% | 0.57% | - |
| HSV(B) | 261.08º | 0.67% | 0.86% | - |
| XYZ | 23.55 | 14.09 | 69.19 | - |
| YUV | 104.42 | 193.23 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 72 | 220 | 0.44 | 0.67 | 0 | 0.14 | 261.08 | 0.68 | 0.57 |
| Hex | 7C | 48 | DC | 2C | 43 | 0 | E | 105 | 44 | 39 |
| Octal | 174 | 110 | 334 | 54 | 103 | 0 | 16 | 405 | 104 | 71 |
| Binary | 1111100 | 1001000 | 11011100 | 101100 | 1000011 | 0 | 1110 | 100000101 | 1000100 | 111001 |
Color Harmonies of #7C48DC
Complementary color
Monochromatic Colors of #7C48DC
Black with #7C48DC
Text Example
Text Example
White with #7C48DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C48DC; }
p { color: rgb(124,72,220); }
H1.HeaderClassName
{
color: #7C48DC;
}
.AnyTagClassName
{
color: #7C48DC;
}
</style>
background-color css
<style>
a { background-color: #7C48DC; }
a { background-color: rgb(124,72,220); }
div.DivClassName
{
background-color: #7C48DC;
}
.BgClassName
{
background-color: #7C48DC;
}
</style>
border-color css
<style>
span { border-color: #7C48DC; }
span { border-color: rgb(124,72,220); }
td.TdClassName
{
border-color: #7C48DC;
}
.TagClassName
{
border-color: #7C48DC;
}
</style>