Shades of Slate Blue #7B5AC1
Tints of Slate Blue #7B5AC1
RGB
CMYK
RGB Variations
Color information
#7B5AC1 (or 0x7B5AC1) is known color: Slate Blue. HEX triplet: 7B, 5A and C1. RGB value is (123,90,193). Sum of RGB (Red+Green+Blue) = 123+90+193=406 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.30% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 193 (75.78% from 255 or 47.54% from 406); Max value from RGB is 193 - color contains mainly: blue. Hex color #7B5AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5AC1 is #84A53E. Grayscale: #6F6F6F. Windows color (decimal): -8693055 or 12671611. OLE color: 12671611.
HSL color Cylindrical-coordinate representation of color #7B5AC1: hue angle of 259.22º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B5AC1 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 123 | 90 | 193 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.24 |
| HSL | 259.22º | 0.45% | 0.55% | - |
| HSV(B) | 259.22º | 0.53% | 0.76% | - |
| XYZ | 21.45 | 15.37 | 52.29 | - |
| YUV | 111.61 | 173.93 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 90 | 193 | 0.36 | 0.53 | 0 | 0.24 | 259.22 | 0.45 | 0.55 |
| Hex | 7B | 5A | C1 | 24 | 35 | 0 | 18 | 103 | 2D | 37 |
| Octal | 173 | 132 | 301 | 44 | 65 | 0 | 30 | 403 | 55 | 67 |
| Binary | 1111011 | 1011010 | 11000001 | 100100 | 110101 | 0 | 11000 | 100000011 | 101101 | 110111 |
Color Harmonies of #7B5AC1
Complementary color
Monochromatic Colors of #7B5AC1
Black with #7B5AC1
Text Example
Text Example
White with #7B5AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5AC1; }
p { color: rgb(123,90,193); }
H1.HeaderClassName
{
color: #7B5AC1;
}
.AnyTagClassName
{
color: #7B5AC1;
}
</style>
background-color css
<style>
a { background-color: #7B5AC1; }
a { background-color: rgb(123,90,193); }
div.DivClassName
{
background-color: #7B5AC1;
}
.BgClassName
{
background-color: #7B5AC1;
}
</style>
border-color css
<style>
span { border-color: #7B5AC1; }
span { border-color: rgb(123,90,193); }
td.TdClassName
{
border-color: #7B5AC1;
}
.TagClassName
{
border-color: #7B5AC1;
}
</style>