Shades of Slate Blue #7C56DB
Tints of Slate Blue #7C56DB
RGB
CMYK
RGB Variations
Color information
#7C56DB (or 0x7C56DB) is known color: Slate Blue. HEX triplet: 7C, 56 and DB. RGB value is (124,86,219). Sum of RGB (Red+Green+Blue) = 124+86+219=429 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.90% from 429); Green value is 86 (33.98% from 255 or 20.05% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C56DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C56DB is #83A924. Grayscale: #707070. Windows color (decimal): -8628517 or 14374524. OLE color: 14374524.
HSL color Cylindrical-coordinate representation of color #7C56DB: hue angle of 257.14º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7C56DB is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 124 | 86 | 219 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.14 |
| HSL | 257.14º | 0.65% | 0.6% | - |
| HSV(B) | 257.14º | 0.61% | 0.86% | - |
| XYZ | 24.43 | 16.06 | 68.83 | - |
| YUV | 112.52 | 188.09 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 86 | 219 | 0.43 | 0.61 | 0 | 0.14 | 257.14 | 0.65 | 0.6 |
| Hex | 7C | 56 | DB | 2B | 3D | 0 | E | 101 | 41 | 3C |
| Octal | 174 | 126 | 333 | 53 | 75 | 0 | 16 | 401 | 101 | 74 |
| Binary | 1111100 | 1010110 | 11011011 | 101011 | 111101 | 0 | 1110 | 100000001 | 1000001 | 111100 |
Color Harmonies of #7C56DB
Complementary color
Monochromatic Colors of #7C56DB
Black with #7C56DB
Text Example
Text Example
White with #7C56DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C56DB; }
p { color: rgb(124,86,219); }
H1.HeaderClassName
{
color: #7C56DB;
}
.AnyTagClassName
{
color: #7C56DB;
}
</style>
background-color css
<style>
a { background-color: #7C56DB; }
a { background-color: rgb(124,86,219); }
div.DivClassName
{
background-color: #7C56DB;
}
.BgClassName
{
background-color: #7C56DB;
}
</style>
border-color css
<style>
span { border-color: #7C56DB; }
span { border-color: rgb(124,86,219); }
td.TdClassName
{
border-color: #7C56DB;
}
.TagClassName
{
border-color: #7C56DB;
}
</style>