Shades of Slate Blue #7B4DCD
Tints of Slate Blue #7B4DCD
RGB
CMYK
RGB Variations
Color information
#7B4DCD (or 0x7B4DCD) is known color: Slate Blue. HEX triplet: 7B, 4D and CD. RGB value is (123,77,205). Sum of RGB (Red+Green+Blue) = 123+77+205=405 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.37% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #7B4DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B4DCD is #84B232. Grayscale: #686868. Windows color (decimal): -8696371 or 13454715. OLE color: 13454715.
HSL color Cylindrical-coordinate representation of color #7B4DCD: hue angle of 261.56º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B4DCD is Cyan = 0.4, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 77 | 205 | - |
| CMYK | 0.4 | 0.62 | 0 | 0.20 |
| HSL | 261.56º | 0.56% | 0.55% | - |
| HSV(B) | 261.56º | 0.62% | 0.8% | - |
| XYZ | 21.84 | 13.93 | 59.29 | - |
| YUV | 105.35 | 184.24 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 77 | 205 | 0.4 | 0.62 | 0 | 0.20 | 261.56 | 0.56 | 0.55 |
| Hex | 7B | 4D | CD | 28 | 3E | 0 | 14 | 106 | 38 | 37 |
| Octal | 173 | 115 | 315 | 50 | 76 | 0 | 24 | 406 | 70 | 67 |
| Binary | 1111011 | 1001101 | 11001101 | 101000 | 111110 | 0 | 10100 | 100000110 | 111000 | 110111 |
Color Harmonies of #7B4DCD
Complementary color
Monochromatic Colors of #7B4DCD
Black with #7B4DCD
Text Example
Text Example
White with #7B4DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4DCD; }
p { color: rgb(123,77,205); }
H1.HeaderClassName
{
color: #7B4DCD;
}
.AnyTagClassName
{
color: #7B4DCD;
}
</style>
background-color css
<style>
a { background-color: #7B4DCD; }
a { background-color: rgb(123,77,205); }
div.DivClassName
{
background-color: #7B4DCD;
}
.BgClassName
{
background-color: #7B4DCD;
}
</style>
border-color css
<style>
span { border-color: #7B4DCD; }
span { border-color: rgb(123,77,205); }
td.TdClassName
{
border-color: #7B4DCD;
}
.TagClassName
{
border-color: #7B4DCD;
}
</style>