Shades of Slate Blue #7B5ACE
Tints of Slate Blue #7B5ACE
RGB
CMYK
RGB Variations
Color information
#7B5ACE (or 0x7B5ACE) is known color: Slate Blue. HEX triplet: 7B, 5A and CE. RGB value is (123,90,206). Sum of RGB (Red+Green+Blue) = 123+90+206=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B5ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5ACE is #84A531. Grayscale: #707070. Windows color (decimal): -8693042 or 13523579. OLE color: 13523579.
HSL color Cylindrical-coordinate representation of color #7B5ACE: hue angle of 257.07º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B5ACE is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 90 | 206 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.19 |
| HSL | 257.07º | 0.54% | 0.58% | - |
| HSV(B) | 257.07º | 0.56% | 0.81% | - |
| XYZ | 22.97 | 15.98 | 60.27 | - |
| YUV | 113.09 | 180.43 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 90 | 206 | 0.40 | 0.56 | 0 | 0.19 | 257.07 | 0.54 | 0.58 |
| Hex | 7B | 5A | CE | 28 | 38 | 0 | 13 | 101 | 36 | 3A |
| Octal | 173 | 132 | 316 | 50 | 70 | 0 | 23 | 401 | 66 | 72 |
| Binary | 1111011 | 1011010 | 11001110 | 101000 | 111000 | 0 | 10011 | 100000001 | 110110 | 111010 |
Color Harmonies of #7B5ACE
Complementary color
Monochromatic Colors of #7B5ACE
Black with #7B5ACE
Text Example
Text Example
White with #7B5ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5ACE; }
p { color: rgb(123,90,206); }
H1.HeaderClassName
{
color: #7B5ACE;
}
.AnyTagClassName
{
color: #7B5ACE;
}
</style>
background-color css
<style>
a { background-color: #7B5ACE; }
a { background-color: rgb(123,90,206); }
div.DivClassName
{
background-color: #7B5ACE;
}
.BgClassName
{
background-color: #7B5ACE;
}
</style>
border-color css
<style>
span { border-color: #7B5ACE; }
span { border-color: rgb(123,90,206); }
td.TdClassName
{
border-color: #7B5ACE;
}
.TagClassName
{
border-color: #7B5ACE;
}
</style>