Shades of Slate Blue #7C56CC
Tints of Slate Blue #7C56CC
RGB
CMYK
RGB Variations
Color information
#7C56CC (or 0x7C56CC) is known color: Slate Blue. HEX triplet: 7C, 56 and CC. RGB value is (124,86,204). Sum of RGB (Red+Green+Blue) = 124+86+204=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 86 (33.98% from 255 or 20.77% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #7C56CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C56CC is #83A933. Grayscale: #6E6E6E. Windows color (decimal): -8628532 or 13391484. OLE color: 13391484.
HSL color Cylindrical-coordinate representation of color #7C56CC: hue angle of 259.32º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7C56CC is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 86 | 204 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.2 |
| HSL | 259.32º | 0.54% | 0.57% | - |
| HSV(B) | 259.32º | 0.58% | 0.8% | - |
| XYZ | 22.54 | 15.3 | 58.89 | - |
| YUV | 110.81 | 180.59 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 86 | 204 | 0.39 | 0.58 | 0 | 0.2 | 259.32 | 0.54 | 0.57 |
| Hex | 7C | 56 | CC | 27 | 3A | 0 | 14 | 103 | 36 | 39 |
| Octal | 174 | 126 | 314 | 47 | 72 | 0 | 24 | 403 | 66 | 71 |
| Binary | 1111100 | 1010110 | 11001100 | 100111 | 111010 | 0 | 10100 | 100000011 | 110110 | 111001 |
Color Harmonies of #7C56CC
Complementary color
Monochromatic Colors of #7C56CC
Black with #7C56CC
Text Example
Text Example
White with #7C56CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C56CC; }
p { color: rgb(124,86,204); }
H1.HeaderClassName
{
color: #7C56CC;
}
.AnyTagClassName
{
color: #7C56CC;
}
</style>
background-color css
<style>
a { background-color: #7C56CC; }
a { background-color: rgb(124,86,204); }
div.DivClassName
{
background-color: #7C56CC;
}
.BgClassName
{
background-color: #7C56CC;
}
</style>
border-color css
<style>
span { border-color: #7C56CC; }
span { border-color: rgb(124,86,204); }
td.TdClassName
{
border-color: #7C56CC;
}
.TagClassName
{
border-color: #7C56CC;
}
</style>