Shades of Slate Blue #7B59D7
Tints of Slate Blue #7B59D7
RGB
CMYK
RGB Variations
Color information
#7B59D7 (or 0x7B59D7) is known color: Slate Blue. HEX triplet: 7B, 59 and D7. RGB value is (123,89,215). Sum of RGB (Red+Green+Blue) = 123+89+215=427 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.81% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 215 (84.38% from 255 or 50.35% from 427); Max value from RGB is 215 - color contains mainly: blue. Hex color #7B59D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B59D7 is #84A628. Grayscale: #717171. Windows color (decimal): -8693289 or 14113147. OLE color: 14113147.
HSL color Cylindrical-coordinate representation of color #7B59D7: hue angle of 256.19º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B59D7 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 89 | 215 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.16 |
| HSL | 256.19º | 0.61% | 0.6% | - |
| HSV(B) | 256.19º | 0.59% | 0.84% | - |
| XYZ | 24.01 | 16.26 | 66.16 | - |
| YUV | 113.53 | 185.26 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 89 | 215 | 0.43 | 0.59 | 0 | 0.16 | 256.19 | 0.61 | 0.6 |
| Hex | 7B | 59 | D7 | 2B | 3B | 0 | 10 | 100 | 3D | 3C |
| Octal | 173 | 131 | 327 | 53 | 73 | 0 | 20 | 400 | 75 | 74 |
| Binary | 1111011 | 1011001 | 11010111 | 101011 | 111011 | 0 | 10000 | 100000000 | 111101 | 111100 |
Color Harmonies of #7B59D7
Complementary color
Monochromatic Colors of #7B59D7
Black with #7B59D7
Text Example
Text Example
White with #7B59D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B59D7; }
p { color: rgb(123,89,215); }
H1.HeaderClassName
{
color: #7B59D7;
}
.AnyTagClassName
{
color: #7B59D7;
}
</style>
background-color css
<style>
a { background-color: #7B59D7; }
a { background-color: rgb(123,89,215); }
div.DivClassName
{
background-color: #7B59D7;
}
.BgClassName
{
background-color: #7B59D7;
}
</style>
border-color css
<style>
span { border-color: #7B59D7; }
span { border-color: rgb(123,89,215); }
td.TdClassName
{
border-color: #7B59D7;
}
.TagClassName
{
border-color: #7B59D7;
}
</style>