Shades of Slate Blue #7D59D6
Tints of Slate Blue #7D59D6
RGB
CMYK
RGB Variations
Color information
#7D59D6 (or 0x7D59D6) is known color: Slate Blue. HEX triplet: 7D, 59 and D6. RGB value is (125,89,214). Sum of RGB (Red+Green+Blue) = 125+89+214=428 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.21% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 214 (83.98% from 255 or 50% from 428); Max value from RGB is 214 - color contains mainly: blue. Hex color #7D59D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D59D6 is #82A629. Grayscale: #717171. Windows color (decimal): -8562218 or 14047613. OLE color: 14047613.
HSL color Cylindrical-coordinate representation of color #7D59D6: hue angle of 257.28º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D59D6 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 89 | 214 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.16 |
| HSL | 257.28º | 0.6% | 0.59% | - |
| HSV(B) | 257.28º | 0.58% | 0.84% | - |
| XYZ | 24.17 | 16.36 | 65.5 | - |
| YUV | 114.01 | 184.43 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 89 | 214 | 0.42 | 0.58 | 0 | 0.16 | 257.28 | 0.6 | 0.59 |
| Hex | 7D | 59 | D6 | 2A | 3A | 0 | 10 | 101 | 3C | 3B |
| Octal | 175 | 131 | 326 | 52 | 72 | 0 | 20 | 401 | 74 | 73 |
| Binary | 1111101 | 1011001 | 11010110 | 101010 | 111010 | 0 | 10000 | 100000001 | 111100 | 111011 |
Color Harmonies of #7D59D6
Complementary color
Monochromatic Colors of #7D59D6
Black with #7D59D6
Text Example
Text Example
White with #7D59D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D59D6; }
p { color: rgb(125,89,214); }
H1.HeaderClassName
{
color: #7D59D6;
}
.AnyTagClassName
{
color: #7D59D6;
}
</style>
background-color css
<style>
a { background-color: #7D59D6; }
a { background-color: rgb(125,89,214); }
div.DivClassName
{
background-color: #7D59D6;
}
.BgClassName
{
background-color: #7D59D6;
}
</style>
border-color css
<style>
span { border-color: #7D59D6; }
span { border-color: rgb(125,89,214); }
td.TdClassName
{
border-color: #7D59D6;
}
.TagClassName
{
border-color: #7D59D6;
}
</style>