Shades of Slate Blue #7D59CB
Tints of Slate Blue #7D59CB
RGB
CMYK
RGB Variations
Color information
#7D59CB (or 0x7D59CB) is known color: Slate Blue. HEX triplet: 7D, 59 and CB. RGB value is (125,89,203). Sum of RGB (Red+Green+Blue) = 125+89+203=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D59CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D59CB is #82A634. Grayscale: #707070. Windows color (decimal): -8562229 or 13326717. OLE color: 13326717.
HSL color Cylindrical-coordinate representation of color #7D59CB: hue angle of 258.95º degrees, saturation: 0.52, 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 #7D59CB is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 89 | 203 | - |
| CMYK | 0.38 | 0.56 | 0 | 0.20 |
| HSL | 258.95º | 0.52% | 0.57% | - |
| HSV(B) | 258.95º | 0.56% | 0.8% | - |
| XYZ | 22.81 | 15.82 | 58.35 | - |
| YUV | 112.76 | 178.93 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 89 | 203 | 0.38 | 0.56 | 0 | 0.20 | 258.95 | 0.52 | 0.57 |
| Hex | 7D | 59 | CB | 26 | 38 | 0 | 14 | 103 | 34 | 39 |
| Octal | 175 | 131 | 313 | 46 | 70 | 0 | 24 | 403 | 64 | 71 |
| Binary | 1111101 | 1011001 | 11001011 | 100110 | 111000 | 0 | 10100 | 100000011 | 110100 | 111001 |
Color Harmonies of #7D59CB
Complementary color
Monochromatic Colors of #7D59CB
Black with #7D59CB
Text Example
Text Example
White with #7D59CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D59CB; }
p { color: rgb(125,89,203); }
H1.HeaderClassName
{
color: #7D59CB;
}
.AnyTagClassName
{
color: #7D59CB;
}
</style>
background-color css
<style>
a { background-color: #7D59CB; }
a { background-color: rgb(125,89,203); }
div.DivClassName
{
background-color: #7D59CB;
}
.BgClassName
{
background-color: #7D59CB;
}
</style>
border-color css
<style>
span { border-color: #7D59CB; }
span { border-color: rgb(125,89,203); }
td.TdClassName
{
border-color: #7D59CB;
}
.TagClassName
{
border-color: #7D59CB;
}
</style>