Shades of Slate Blue #7B5ACD
Tints of Slate Blue #7B5ACD
RGB
CMYK
RGB Variations
Color information
#7B5ACD (or 0x7B5ACD) is known color: Slate Blue. HEX triplet: 7B, 5A and CD. RGB value is (123,90,205). Sum of RGB (Red+Green+Blue) = 123+90+205=418 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.43% from 418); Green value is 90 (35.55% from 255 or 21.53% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B5ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5ACD is #84A532. Grayscale: #707070. Windows color (decimal): -8693043 or 13458043. OLE color: 13458043.
HSL color Cylindrical-coordinate representation of color #7B5ACD: hue angle of 257.22º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B5ACD is Cyan = 0.4, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 90 | 205 | - |
| CMYK | 0.4 | 0.56 | 0 | 0.20 |
| HSL | 257.22º | 0.53% | 0.58% | - |
| HSV(B) | 257.22º | 0.56% | 0.8% | - |
| XYZ | 22.84 | 15.93 | 59.63 | - |
| YUV | 112.98 | 179.93 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 90 | 205 | 0.4 | 0.56 | 0 | 0.20 | 257.22 | 0.53 | 0.58 |
| Hex | 7B | 5A | CD | 28 | 38 | 0 | 14 | 101 | 35 | 3A |
| Octal | 173 | 132 | 315 | 50 | 70 | 0 | 24 | 401 | 65 | 72 |
| Binary | 1111011 | 1011010 | 11001101 | 101000 | 111000 | 0 | 10100 | 100000001 | 110101 | 111010 |
Color Harmonies of #7B5ACD
Complementary color
Monochromatic Colors of #7B5ACD
Black with #7B5ACD
Text Example
Text Example
White with #7B5ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5ACD; }
p { color: rgb(123,90,205); }
H1.HeaderClassName
{
color: #7B5ACD;
}
.AnyTagClassName
{
color: #7B5ACD;
}
</style>
background-color css
<style>
a { background-color: #7B5ACD; }
a { background-color: rgb(123,90,205); }
div.DivClassName
{
background-color: #7B5ACD;
}
.BgClassName
{
background-color: #7B5ACD;
}
</style>
border-color css
<style>
span { border-color: #7B5ACD; }
span { border-color: rgb(123,90,205); }
td.TdClassName
{
border-color: #7B5ACD;
}
.TagClassName
{
border-color: #7B5ACD;
}
</style>