Shades of Slate Blue #7B58CE
Tints of Slate Blue #7B58CE
RGB
CMYK
RGB Variations
Color information
#7B58CE (or 0x7B58CE) is known color: Slate Blue. HEX triplet: 7B, 58 and CE. RGB value is (123,88,206). Sum of RGB (Red+Green+Blue) = 123+88+206=417 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.50% from 417); Green value is 88 (34.77% from 255 or 21.10% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B58CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B58CE is #84A731. Grayscale: #6F6F6F. Windows color (decimal): -8693554 or 13523067. OLE color: 13523067.
HSL color Cylindrical-coordinate representation of color #7B58CE: hue angle of 257.8º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B58CE is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 88 | 206 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.19 |
| HSL | 257.8º | 0.55% | 0.58% | - |
| HSV(B) | 257.8º | 0.57% | 0.81% | - |
| XYZ | 22.8 | 15.65 | 60.21 | - |
| YUV | 111.92 | 181.1 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 88 | 206 | 0.40 | 0.57 | 0 | 0.19 | 257.8 | 0.55 | 0.58 |
| Hex | 7B | 58 | CE | 28 | 39 | 0 | 13 | 102 | 37 | 3A |
| Octal | 173 | 130 | 316 | 50 | 71 | 0 | 23 | 402 | 67 | 72 |
| Binary | 1111011 | 1011000 | 11001110 | 101000 | 111001 | 0 | 10011 | 100000010 | 110111 | 111010 |
Color Harmonies of #7B58CE
Complementary color
Monochromatic Colors of #7B58CE
Black with #7B58CE
Text Example
Text Example
White with #7B58CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B58CE; }
p { color: rgb(123,88,206); }
H1.HeaderClassName
{
color: #7B58CE;
}
.AnyTagClassName
{
color: #7B58CE;
}
</style>
background-color css
<style>
a { background-color: #7B58CE; }
a { background-color: rgb(123,88,206); }
div.DivClassName
{
background-color: #7B58CE;
}
.BgClassName
{
background-color: #7B58CE;
}
</style>
border-color css
<style>
span { border-color: #7B58CE; }
span { border-color: rgb(123,88,206); }
td.TdClassName
{
border-color: #7B58CE;
}
.TagClassName
{
border-color: #7B58CE;
}
</style>