Shades of Slate Blue #7C56CE
Tints of Slate Blue #7C56CE
RGB
CMYK
RGB Variations
Color information
#7C56CE (or 0x7C56CE) is known color: Slate Blue. HEX triplet: 7C, 56 and CE. RGB value is (124,86,206). Sum of RGB (Red+Green+Blue) = 124+86+206=416 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.81% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #7C56CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C56CE is #83A931. Grayscale: #6E6E6E. Windows color (decimal): -8628530 or 13522556. OLE color: 13522556.
HSL color Cylindrical-coordinate representation of color #7C56CE: hue angle of 259º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C56CE is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 86 | 206 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.19 |
| HSL | 259º | 0.55% | 0.57% | - |
| HSV(B) | 259º | 0.58% | 0.81% | - |
| XYZ | 22.78 | 15.4 | 60.16 | - |
| YUV | 111.04 | 181.59 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 86 | 206 | 0.40 | 0.58 | 0 | 0.19 | 259 | 0.55 | 0.57 |
| Hex | 7C | 56 | CE | 28 | 3A | 0 | 13 | 103 | 37 | 39 |
| Octal | 174 | 126 | 316 | 50 | 72 | 0 | 23 | 403 | 67 | 71 |
| Binary | 1111100 | 1010110 | 11001110 | 101000 | 111010 | 0 | 10011 | 100000011 | 110111 | 111001 |
Color Harmonies of #7C56CE
Complementary color
Monochromatic Colors of #7C56CE
Black with #7C56CE
Text Example
Text Example
White with #7C56CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C56CE; }
p { color: rgb(124,86,206); }
H1.HeaderClassName
{
color: #7C56CE;
}
.AnyTagClassName
{
color: #7C56CE;
}
</style>
background-color css
<style>
a { background-color: #7C56CE; }
a { background-color: rgb(124,86,206); }
div.DivClassName
{
background-color: #7C56CE;
}
.BgClassName
{
background-color: #7C56CE;
}
</style>
border-color css
<style>
span { border-color: #7C56CE; }
span { border-color: rgb(124,86,206); }
td.TdClassName
{
border-color: #7C56CE;
}
.TagClassName
{
border-color: #7C56CE;
}
</style>