Shades of Slate Blue #7B59CD
Tints of Slate Blue #7B59CD
RGB
CMYK
RGB Variations
Color information
#7B59CD (or 0x7B59CD) is known color: Slate Blue. HEX triplet: 7B, 59 and CD. RGB value is (123,89,205). Sum of RGB (Red+Green+Blue) = 123+89+205=417 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.50% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B59CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B59CD is #84A632. Grayscale: #6F6F6F. Windows color (decimal): -8693299 or 13457787. OLE color: 13457787.
HSL color Cylindrical-coordinate representation of color #7B59CD: hue angle of 257.59º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B59CD is Cyan = 0.4, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 89 | 205 | - |
| CMYK | 0.4 | 0.57 | 0 | 0.20 |
| HSL | 257.59º | 0.54% | 0.58% | - |
| HSV(B) | 257.59º | 0.57% | 0.8% | - |
| XYZ | 22.76 | 15.76 | 59.6 | - |
| YUV | 112.39 | 180.26 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 89 | 205 | 0.4 | 0.57 | 0 | 0.20 | 257.59 | 0.54 | 0.58 |
| Hex | 7B | 59 | CD | 28 | 39 | 0 | 14 | 102 | 36 | 3A |
| Octal | 173 | 131 | 315 | 50 | 71 | 0 | 24 | 402 | 66 | 72 |
| Binary | 1111011 | 1011001 | 11001101 | 101000 | 111001 | 0 | 10100 | 100000010 | 110110 | 111010 |
Color Harmonies of #7B59CD
Complementary color
Monochromatic Colors of #7B59CD
Black with #7B59CD
Text Example
Text Example
White with #7B59CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B59CD; }
p { color: rgb(123,89,205); }
H1.HeaderClassName
{
color: #7B59CD;
}
.AnyTagClassName
{
color: #7B59CD;
}
</style>
background-color css
<style>
a { background-color: #7B59CD; }
a { background-color: rgb(123,89,205); }
div.DivClassName
{
background-color: #7B59CD;
}
.BgClassName
{
background-color: #7B59CD;
}
</style>
border-color css
<style>
span { border-color: #7B59CD; }
span { border-color: rgb(123,89,205); }
td.TdClassName
{
border-color: #7B59CD;
}
.TagClassName
{
border-color: #7B59CD;
}
</style>