Shades of Slate Blue #7D56DC
Tints of Slate Blue #7D56DC
RGB
CMYK
RGB Variations
Color information
#7D56DC (or 0x7D56DC) is known color: Slate Blue. HEX triplet: 7D, 56 and DC. RGB value is (125,86,220). Sum of RGB (Red+Green+Blue) = 125+86+220=431 (57% of max value = 765). Red value is 125 (49.22% from 255 or 29.00% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 220 (86.33% from 255 or 51.04% from 431); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D56DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D56DC is #82A923. Grayscale: #707070. Windows color (decimal): -8562980 or 14440061. OLE color: 14440061.
HSL color Cylindrical-coordinate representation of color #7D56DC: hue angle of 257.46º degrees, saturation: 0.66, 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 #7D56DC is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 86 | 220 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.14 |
| HSL | 257.46º | 0.66% | 0.6% | - |
| HSV(B) | 257.46º | 0.61% | 0.86% | - |
| XYZ | 24.7 | 16.18 | 69.53 | - |
| YUV | 112.94 | 188.42 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 86 | 220 | 0.43 | 0.61 | 0 | 0.14 | 257.46 | 0.66 | 0.6 |
| Hex | 7D | 56 | DC | 2B | 3D | 0 | E | 101 | 42 | 3C |
| Octal | 175 | 126 | 334 | 53 | 75 | 0 | 16 | 401 | 102 | 74 |
| Binary | 1111101 | 1010110 | 11011100 | 101011 | 111101 | 0 | 1110 | 100000001 | 1000010 | 111100 |
Color Harmonies of #7D56DC
Complementary color
Monochromatic Colors of #7D56DC
Black with #7D56DC
Text Example
Text Example
White with #7D56DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D56DC; }
p { color: rgb(125,86,220); }
H1.HeaderClassName
{
color: #7D56DC;
}
.AnyTagClassName
{
color: #7D56DC;
}
</style>
background-color css
<style>
a { background-color: #7D56DC; }
a { background-color: rgb(125,86,220); }
div.DivClassName
{
background-color: #7D56DC;
}
.BgClassName
{
background-color: #7D56DC;
}
</style>
border-color css
<style>
span { border-color: #7D56DC; }
span { border-color: rgb(125,86,220); }
td.TdClassName
{
border-color: #7D56DC;
}
.TagClassName
{
border-color: #7D56DC;
}
</style>