Shades of Slate Blue #7C56CF
Tints of Slate Blue #7C56CF
RGB
CMYK
RGB Variations
Color information
#7C56CF (or 0x7C56CF) is known color: Slate Blue. HEX triplet: 7C, 56 and CF. RGB value is (124,86,207). Sum of RGB (Red+Green+Blue) = 124+86+207=417 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.74% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #7C56CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C56CF is #83A930. Grayscale: #6E6E6E. Windows color (decimal): -8628529 or 13588092. OLE color: 13588092.
HSL color Cylindrical-coordinate representation of color #7C56CF: hue angle of 258.84º degrees, saturation: 0.56, 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 #7C56CF is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 86 | 207 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.19 |
| HSL | 258.84º | 0.56% | 0.57% | - |
| HSV(B) | 258.84º | 0.58% | 0.81% | - |
| XYZ | 22.9 | 15.45 | 60.81 | - |
| YUV | 111.16 | 182.09 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 86 | 207 | 0.40 | 0.58 | 0 | 0.19 | 258.84 | 0.56 | 0.57 |
| Hex | 7C | 56 | CF | 28 | 3A | 0 | 13 | 103 | 38 | 39 |
| Octal | 174 | 126 | 317 | 50 | 72 | 0 | 23 | 403 | 70 | 71 |
| Binary | 1111100 | 1010110 | 11001111 | 101000 | 111010 | 0 | 10011 | 100000011 | 111000 | 111001 |
Color Harmonies of #7C56CF
Complementary color
Monochromatic Colors of #7C56CF
Black with #7C56CF
Text Example
Text Example
White with #7C56CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C56CF; }
p { color: rgb(124,86,207); }
H1.HeaderClassName
{
color: #7C56CF;
}
.AnyTagClassName
{
color: #7C56CF;
}
</style>
background-color css
<style>
a { background-color: #7C56CF; }
a { background-color: rgb(124,86,207); }
div.DivClassName
{
background-color: #7C56CF;
}
.BgClassName
{
background-color: #7C56CF;
}
</style>
border-color css
<style>
span { border-color: #7C56CF; }
span { border-color: rgb(124,86,207); }
td.TdClassName
{
border-color: #7C56CF;
}
.TagClassName
{
border-color: #7C56CF;
}
</style>