Shades of Slate Blue #7D56DB
Tints of Slate Blue #7D56DB
RGB
CMYK
RGB Variations
Color information
#7D56DB (or 0x7D56DB) is known color: Slate Blue. HEX triplet: 7D, 56 and DB. RGB value is (125,86,219). Sum of RGB (Red+Green+Blue) = 125+86+219=430 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.07% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #7D56DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D56DB is #82A924. Grayscale: #707070. Windows color (decimal): -8562981 or 14374525. OLE color: 14374525.
HSL color Cylindrical-coordinate representation of color #7D56DB: hue angle of 257.59º 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 #7D56DB is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 86 | 219 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.14 |
| HSL | 257.59º | 0.65% | 0.6% | - |
| HSV(B) | 257.59º | 0.61% | 0.86% | - |
| XYZ | 24.57 | 16.13 | 68.84 | - |
| YUV | 112.82 | 187.92 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 86 | 219 | 0.43 | 0.61 | 0 | 0.14 | 257.59 | 0.65 | 0.6 |
| Hex | 7D | 56 | DB | 2B | 3D | 0 | E | 102 | 41 | 3C |
| Octal | 175 | 126 | 333 | 53 | 75 | 0 | 16 | 402 | 101 | 74 |
| Binary | 1111101 | 1010110 | 11011011 | 101011 | 111101 | 0 | 1110 | 100000010 | 1000001 | 111100 |
Color Harmonies of #7D56DB
Complementary color
Monochromatic Colors of #7D56DB
Black with #7D56DB
Text Example
Text Example
White with #7D56DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D56DB; }
p { color: rgb(125,86,219); }
H1.HeaderClassName
{
color: #7D56DB;
}
.AnyTagClassName
{
color: #7D56DB;
}
</style>
background-color css
<style>
a { background-color: #7D56DB; }
a { background-color: rgb(125,86,219); }
div.DivClassName
{
background-color: #7D56DB;
}
.BgClassName
{
background-color: #7D56DB;
}
</style>
border-color css
<style>
span { border-color: #7D56DB; }
span { border-color: rgb(125,86,219); }
td.TdClassName
{
border-color: #7D56DB;
}
.TagClassName
{
border-color: #7D56DB;
}
</style>