Shades of Slate Blue #7B4ED1
Tints of Slate Blue #7B4ED1
RGB
CMYK
RGB Variations
Color information
#7B4ED1 (or 0x7B4ED1) is known color: Slate Blue. HEX triplet: 7B, 4E and D1. RGB value is (123,78,209). Sum of RGB (Red+Green+Blue) = 123+78+209=410 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 209 (82.03% from 255 or 50.98% from 410); Max value from RGB is 209 - color contains mainly: blue. Hex color #7B4ED1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B4ED1 is #84B12E. Grayscale: #696969. Windows color (decimal): -8696111 or 13717115. OLE color: 13717115.
HSL color Cylindrical-coordinate representation of color #7B4ED1: hue angle of 260.61º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B4ED1 is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 123 | 78 | 209 | - |
| CMYK | 0.41 | 0.63 | 0 | 0.18 |
| HSL | 260.61º | 0.59% | 0.56% | - |
| HSV(B) | 260.61º | 0.63% | 0.82% | - |
| XYZ | 22.4 | 14.26 | 61.89 | - |
| YUV | 106.39 | 185.91 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 78 | 209 | 0.41 | 0.63 | 0 | 0.18 | 260.61 | 0.59 | 0.56 |
| Hex | 7B | 4E | D1 | 29 | 3F | 0 | 12 | 105 | 3B | 38 |
| Octal | 173 | 116 | 321 | 51 | 77 | 0 | 22 | 405 | 73 | 70 |
| Binary | 1111011 | 1001110 | 11010001 | 101001 | 111111 | 0 | 10010 | 100000101 | 111011 | 111000 |
Color Harmonies of #7B4ED1
Complementary color
Monochromatic Colors of #7B4ED1
Black with #7B4ED1
Text Example
Text Example
White with #7B4ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4ED1; }
p { color: rgb(123,78,209); }
H1.HeaderClassName
{
color: #7B4ED1;
}
.AnyTagClassName
{
color: #7B4ED1;
}
</style>
background-color css
<style>
a { background-color: #7B4ED1; }
a { background-color: rgb(123,78,209); }
div.DivClassName
{
background-color: #7B4ED1;
}
.BgClassName
{
background-color: #7B4ED1;
}
</style>
border-color css
<style>
span { border-color: #7B4ED1; }
span { border-color: rgb(123,78,209); }
td.TdClassName
{
border-color: #7B4ED1;
}
.TagClassName
{
border-color: #7B4ED1;
}
</style>