Shades of Slate Blue #7C49C8
Tints of Slate Blue #7C49C8
RGB
CMYK
RGB Variations
Color information
#7C49C8 (or 0x7C49C8) is known color: Slate Blue. HEX triplet: 7C, 49 and C8. RGB value is (124,73,200). Sum of RGB (Red+Green+Blue) = 124+73+200=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 73 (28.91% from 255 or 18.39% from 397); Blue value is 200 (78.52% from 255 or 50.38% from 397); Max value from RGB is 200 - color contains mainly: blue. Hex color #7C49C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C49C8 is #83B637. Grayscale: #666666. Windows color (decimal): -8631864 or 13126012. OLE color: 13126012.
HSL color Cylindrical-coordinate representation of color #7C49C8: hue angle of 264.09º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7C49C8 is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 73 | 200 | - |
| CMYK | 0.38 | 0.64 | 0 | 0.22 |
| HSL | 264.09º | 0.54% | 0.54% | - |
| HSV(B) | 264.09º | 0.64% | 0.78% | - |
| XYZ | 21.12 | 13.22 | 56.08 | - |
| YUV | 102.73 | 182.9 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 73 | 200 | 0.38 | 0.64 | 0 | 0.22 | 264.09 | 0.54 | 0.54 |
| Hex | 7C | 49 | C8 | 26 | 40 | 0 | 16 | 108 | 36 | 36 |
| Octal | 174 | 111 | 310 | 46 | 100 | 0 | 26 | 410 | 66 | 66 |
| Binary | 1111100 | 1001001 | 11001000 | 100110 | 1000000 | 0 | 10110 | 100001000 | 110110 | 110110 |
Color Harmonies of #7C49C8
Complementary color
Monochromatic Colors of #7C49C8
Black with #7C49C8
Text Example
Text Example
White with #7C49C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C49C8; }
p { color: rgb(124,73,200); }
H1.HeaderClassName
{
color: #7C49C8;
}
.AnyTagClassName
{
color: #7C49C8;
}
</style>
background-color css
<style>
a { background-color: #7C49C8; }
a { background-color: rgb(124,73,200); }
div.DivClassName
{
background-color: #7C49C8;
}
.BgClassName
{
background-color: #7C49C8;
}
</style>
border-color css
<style>
span { border-color: #7C49C8; }
span { border-color: rgb(124,73,200); }
td.TdClassName
{
border-color: #7C49C8;
}
.TagClassName
{
border-color: #7C49C8;
}
</style>