Shades of Slate Blue #7D59CC
Tints of Slate Blue #7D59CC
RGB
CMYK
RGB Variations
Color information
#7D59CC (or 0x7D59CC) is known color: Slate Blue. HEX triplet: 7D, 59 and CC. RGB value is (125,89,204). Sum of RGB (Red+Green+Blue) = 125+89+204=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D59CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D59CC is #82A633. Grayscale: #707070. Windows color (decimal): -8562228 or 13392253. OLE color: 13392253.
HSL color Cylindrical-coordinate representation of color #7D59CC: hue angle of 258.78º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D59CC is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 89 | 204 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.2 |
| HSL | 258.78º | 0.53% | 0.57% | - |
| HSV(B) | 258.78º | 0.56% | 0.8% | - |
| XYZ | 22.93 | 15.86 | 58.98 | - |
| YUV | 112.87 | 179.43 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 89 | 204 | 0.39 | 0.56 | 0 | 0.2 | 258.78 | 0.53 | 0.57 |
| Hex | 7D | 59 | CC | 27 | 38 | 0 | 14 | 103 | 35 | 39 |
| Octal | 175 | 131 | 314 | 47 | 70 | 0 | 24 | 403 | 65 | 71 |
| Binary | 1111101 | 1011001 | 11001100 | 100111 | 111000 | 0 | 10100 | 100000011 | 110101 | 111001 |
Color Harmonies of #7D59CC
Complementary color
Monochromatic Colors of #7D59CC
Black with #7D59CC
Text Example
Text Example
White with #7D59CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D59CC; }
p { color: rgb(125,89,204); }
H1.HeaderClassName
{
color: #7D59CC;
}
.AnyTagClassName
{
color: #7D59CC;
}
</style>
background-color css
<style>
a { background-color: #7D59CC; }
a { background-color: rgb(125,89,204); }
div.DivClassName
{
background-color: #7D59CC;
}
.BgClassName
{
background-color: #7D59CC;
}
</style>
border-color css
<style>
span { border-color: #7D59CC; }
span { border-color: rgb(125,89,204); }
td.TdClassName
{
border-color: #7D59CC;
}
.TagClassName
{
border-color: #7D59CC;
}
</style>