Shades of Slate Blue #7B5ECD
Tints of Slate Blue #7B5ECD
RGB
CMYK
RGB Variations
Color information
#7B5ECD (or 0x7B5ECD) is known color: Slate Blue. HEX triplet: 7B, 5E and CD. RGB value is (123,94,205). Sum of RGB (Red+Green+Blue) = 123+94+205=422 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.15% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B5ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B5ECD is #84A132. Grayscale: #727272. Windows color (decimal): -8692019 or 13459067. OLE color: 13459067.
HSL color Cylindrical-coordinate representation of color #7B5ECD: hue angle of 255.68º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B5ECD is Cyan = 0.4, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 94 | 205 | - |
| CMYK | 0.4 | 0.54 | 0 | 0.20 |
| HSL | 255.68º | 0.53% | 0.59% | - |
| HSV(B) | 255.68º | 0.54% | 0.8% | - |
| XYZ | 23.19 | 16.62 | 59.74 | - |
| YUV | 115.33 | 178.61 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 94 | 205 | 0.4 | 0.54 | 0 | 0.20 | 255.68 | 0.53 | 0.59 |
| Hex | 7B | 5E | CD | 28 | 36 | 0 | 14 | 100 | 35 | 3B |
| Octal | 173 | 136 | 315 | 50 | 66 | 0 | 24 | 400 | 65 | 73 |
| Binary | 1111011 | 1011110 | 11001101 | 101000 | 110110 | 0 | 10100 | 100000000 | 110101 | 111011 |
Color Harmonies of #7B5ECD
Complementary color
Monochromatic Colors of #7B5ECD
Black with #7B5ECD
Text Example
Text Example
White with #7B5ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5ECD; }
p { color: rgb(123,94,205); }
H1.HeaderClassName
{
color: #7B5ECD;
}
.AnyTagClassName
{
color: #7B5ECD;
}
</style>
background-color css
<style>
a { background-color: #7B5ECD; }
a { background-color: rgb(123,94,205); }
div.DivClassName
{
background-color: #7B5ECD;
}
.BgClassName
{
background-color: #7B5ECD;
}
</style>
border-color css
<style>
span { border-color: #7B5ECD; }
span { border-color: rgb(123,94,205); }
td.TdClassName
{
border-color: #7B5ECD;
}
.TagClassName
{
border-color: #7B5ECD;
}
</style>