Shades of Electric Indigo #7B0FED
Tints of Electric Indigo #7B0FED
RGB
CMYK
RGB Variations
Color information
#7B0FED (or 0x7B0FED) is known color: Electric Indigo. HEX triplet: 7B, 0F and ED. RGB value is (123,15,237). Sum of RGB (Red+Green+Blue) = 123+15+237=375 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.8% from 375); Green value is 15 (6.25% from 255 or 4% from 375); Blue value is 237 (92.97% from 255 or 63.2% from 375); Max value from RGB is 237 - color contains mainly: blue. Hex color #7B0FED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B0FED is #84F012. Grayscale: #474747. Windows color (decimal): -8712211 or 15535995. OLE color: 15535995.
HSL color Cylindrical-coordinate representation of color #7B0FED: hue angle of 269.19º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0FED is Cyan = 0.48, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 15 | 237 | - |
| CMYK | 0.48 | 0.94 | 0 | 0.07 |
| HSL | 269.19º | 0.88% | 0.49% | - |
| HSV(B) | 269.19º | 0.94% | 0.93% | - |
| XYZ | 23.63 | 10.67 | 80.93 | - |
| YUV | 72.6 | 220.78 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 15 | 237 | 0.48 | 0.94 | 0 | 0.07 | 269.19 | 0.88 | 0.49 |
| Hex | 7B | F | ED | 30 | 5E | 0 | 7 | 10D | 58 | 31 |
| Octal | 173 | 17 | 355 | 60 | 136 | 0 | 7 | 415 | 130 | 61 |
| Binary | 1111011 | 1111 | 11101101 | 110000 | 1011110 | 0 | 111 | 100001101 | 1011000 | 110001 |
Color Harmonies of #7B0FED
Complementary color
Monochromatic Colors of #7B0FED
Black with #7B0FED
Text Example
Text Example
White with #7B0FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0FED; }
p { color: rgb(123,15,237); }
H1.HeaderClassName
{
color: #7B0FED;
}
.AnyTagClassName
{
color: #7B0FED;
}
</style>
background-color css
<style>
a { background-color: #7B0FED; }
a { background-color: rgb(123,15,237); }
div.DivClassName
{
background-color: #7B0FED;
}
.BgClassName
{
background-color: #7B0FED;
}
</style>
border-color css
<style>
span { border-color: #7B0FED; }
span { border-color: rgb(123,15,237); }
td.TdClassName
{
border-color: #7B0FED;
}
.TagClassName
{
border-color: #7B0FED;
}
</style>