Shades of Slate Blue #7B59CC
Tints of Slate Blue #7B59CC
RGB
CMYK
RGB Variations
Color information
#7B59CC (or 0x7B59CC) is known color: Slate Blue. HEX triplet: 7B, 59 and CC. RGB value is (123,89,204). Sum of RGB (Red+Green+Blue) = 123+89+204=416 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.57% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #7B59CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B59CC is #84A633. Grayscale: #6F6F6F. Windows color (decimal): -8693300 or 13392251. OLE color: 13392251.
HSL color Cylindrical-coordinate representation of color #7B59CC: hue angle of 257.74º 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 #7B59CC is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 123 | 89 | 204 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.2 |
| HSL | 257.74º | 0.53% | 0.57% | - |
| HSV(B) | 257.74º | 0.56% | 0.8% | - |
| XYZ | 22.64 | 15.72 | 58.97 | - |
| YUV | 112.28 | 179.76 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 89 | 204 | 0.40 | 0.56 | 0 | 0.2 | 257.74 | 0.53 | 0.57 |
| Hex | 7B | 59 | CC | 28 | 38 | 0 | 14 | 102 | 35 | 39 |
| Octal | 173 | 131 | 314 | 50 | 70 | 0 | 24 | 402 | 65 | 71 |
| Binary | 1111011 | 1011001 | 11001100 | 101000 | 111000 | 0 | 10100 | 100000010 | 110101 | 111001 |
Color Harmonies of #7B59CC
Complementary color
Monochromatic Colors of #7B59CC
Black with #7B59CC
Text Example
Text Example
White with #7B59CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B59CC; }
p { color: rgb(123,89,204); }
H1.HeaderClassName
{
color: #7B59CC;
}
.AnyTagClassName
{
color: #7B59CC;
}
</style>
background-color css
<style>
a { background-color: #7B59CC; }
a { background-color: rgb(123,89,204); }
div.DivClassName
{
background-color: #7B59CC;
}
.BgClassName
{
background-color: #7B59CC;
}
</style>
border-color css
<style>
span { border-color: #7B59CC; }
span { border-color: rgb(123,89,204); }
td.TdClassName
{
border-color: #7B59CC;
}
.TagClassName
{
border-color: #7B59CC;
}
</style>