Shades of Slate Blue #7B59D0
Tints of Slate Blue #7B59D0
RGB
CMYK
RGB Variations
Color information
#7B59D0 (or 0x7B59D0) is known color: Slate Blue. HEX triplet: 7B, 59 and D0. RGB value is (123,89,208). Sum of RGB (Red+Green+Blue) = 123+89+208=420 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.29% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 208 (81.64% from 255 or 49.52% from 420); Max value from RGB is 208 - color contains mainly: blue. Hex color #7B59D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B59D0 is #84A62F. Grayscale: #707070. Windows color (decimal): -8693296 or 13654395. OLE color: 13654395.
HSL color Cylindrical-coordinate representation of color #7B59D0: hue angle of 257.14º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B59D0 is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 123 | 89 | 208 | - |
| CMYK | 0.41 | 0.57 | 0 | 0.18 |
| HSL | 257.14º | 0.56% | 0.58% | - |
| HSV(B) | 257.14º | 0.57% | 0.82% | - |
| XYZ | 23.13 | 15.91 | 61.53 | - |
| YUV | 112.73 | 181.76 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 89 | 208 | 0.41 | 0.57 | 0 | 0.18 | 257.14 | 0.56 | 0.58 |
| Hex | 7B | 59 | D0 | 29 | 39 | 0 | 12 | 101 | 38 | 3A |
| Octal | 173 | 131 | 320 | 51 | 71 | 0 | 22 | 401 | 70 | 72 |
| Binary | 1111011 | 1011001 | 11010000 | 101001 | 111001 | 0 | 10010 | 100000001 | 111000 | 111010 |
Color Harmonies of #7B59D0
Complementary color
Monochromatic Colors of #7B59D0
Black with #7B59D0
Text Example
Text Example
White with #7B59D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B59D0; }
p { color: rgb(123,89,208); }
H1.HeaderClassName
{
color: #7B59D0;
}
.AnyTagClassName
{
color: #7B59D0;
}
</style>
background-color css
<style>
a { background-color: #7B59D0; }
a { background-color: rgb(123,89,208); }
div.DivClassName
{
background-color: #7B59D0;
}
.BgClassName
{
background-color: #7B59D0;
}
</style>
border-color css
<style>
span { border-color: #7B59D0; }
span { border-color: rgb(123,89,208); }
td.TdClassName
{
border-color: #7B59D0;
}
.TagClassName
{
border-color: #7B59D0;
}
</style>