Shades of Slate Blue #7B58CB
Tints of Slate Blue #7B58CB
RGB
CMYK
RGB Variations
Color information
#7B58CB (or 0x7B58CB) is known color: Slate Blue. HEX triplet: 7B, 58 and CB. RGB value is (123,88,203). Sum of RGB (Red+Green+Blue) = 123+88+203=414 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.71% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #7B58CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B58CB is #84A734. Grayscale: #6F6F6F. Windows color (decimal): -8693557 or 13326459. OLE color: 13326459.
HSL color Cylindrical-coordinate representation of color #7B58CB: hue angle of 258.26º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7B58CB is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 88 | 203 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.20 |
| HSL | 258.26º | 0.53% | 0.57% | - |
| HSV(B) | 258.26º | 0.57% | 0.8% | - |
| XYZ | 22.44 | 15.5 | 58.31 | - |
| YUV | 111.58 | 179.6 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 88 | 203 | 0.39 | 0.57 | 0 | 0.20 | 258.26 | 0.53 | 0.57 |
| Hex | 7B | 58 | CB | 27 | 39 | 0 | 14 | 102 | 35 | 39 |
| Octal | 173 | 130 | 313 | 47 | 71 | 0 | 24 | 402 | 65 | 71 |
| Binary | 1111011 | 1011000 | 11001011 | 100111 | 111001 | 0 | 10100 | 100000010 | 110101 | 111001 |
Color Harmonies of #7B58CB
Complementary color
Monochromatic Colors of #7B58CB
Black with #7B58CB
Text Example
Text Example
White with #7B58CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B58CB; }
p { color: rgb(123,88,203); }
H1.HeaderClassName
{
color: #7B58CB;
}
.AnyTagClassName
{
color: #7B58CB;
}
</style>
background-color css
<style>
a { background-color: #7B58CB; }
a { background-color: rgb(123,88,203); }
div.DivClassName
{
background-color: #7B58CB;
}
.BgClassName
{
background-color: #7B58CB;
}
</style>
border-color css
<style>
span { border-color: #7B58CB; }
span { border-color: rgb(123,88,203); }
td.TdClassName
{
border-color: #7B58CB;
}
.TagClassName
{
border-color: #7B58CB;
}
</style>