Shades of Slate Blue #7B4EC4
Tints of Slate Blue #7B4EC4
RGB
CMYK
RGB Variations
Color information
#7B4EC4 (or 0x7B4EC4) is known color: Slate Blue. HEX triplet: 7B, 4E and C4. RGB value is (123,78,196). Sum of RGB (Red+Green+Blue) = 123+78+196=397 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.98% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 196 (76.95% from 255 or 49.37% from 397); Max value from RGB is 196 - color contains mainly: blue. Hex color #7B4EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B4EC4 is #84B13B. Grayscale: #686868. Windows color (decimal): -8696124 or 12865147. OLE color: 12865147.
HSL color Cylindrical-coordinate representation of color #7B4EC4: hue angle of 262.88º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7B4EC4 is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 123 | 78 | 196 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.23 |
| HSL | 262.88º | 0.5% | 0.54% | - |
| HSV(B) | 262.88º | 0.6% | 0.77% | - |
| XYZ | 20.86 | 13.65 | 53.76 | - |
| YUV | 104.91 | 179.41 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 78 | 196 | 0.37 | 0.60 | 0 | 0.23 | 262.88 | 0.5 | 0.54 |
| Hex | 7B | 4E | C4 | 25 | 3C | 0 | 17 | 107 | 32 | 36 |
| Octal | 173 | 116 | 304 | 45 | 74 | 0 | 27 | 407 | 62 | 66 |
| Binary | 1111011 | 1001110 | 11000100 | 100101 | 111100 | 0 | 10111 | 100000111 | 110010 | 110110 |
Color Harmonies of #7B4EC4
Complementary color
Monochromatic Colors of #7B4EC4
Black with #7B4EC4
Text Example
Text Example
White with #7B4EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4EC4; }
p { color: rgb(123,78,196); }
H1.HeaderClassName
{
color: #7B4EC4;
}
.AnyTagClassName
{
color: #7B4EC4;
}
</style>
background-color css
<style>
a { background-color: #7B4EC4; }
a { background-color: rgb(123,78,196); }
div.DivClassName
{
background-color: #7B4EC4;
}
.BgClassName
{
background-color: #7B4EC4;
}
</style>
border-color css
<style>
span { border-color: #7B4EC4; }
span { border-color: rgb(123,78,196); }
td.TdClassName
{
border-color: #7B4EC4;
}
.TagClassName
{
border-color: #7B4EC4;
}
</style>