Shades of Electric Indigo #7B0EF0
Tints of Electric Indigo #7B0EF0
RGB
CMYK
RGB Variations
Color information
#7B0EF0 (or 0x7B0EF0) is known color: Electric Indigo. HEX triplet: 7B, 0E and F0. RGB value is (123,14,240). Sum of RGB (Red+Green+Blue) = 123+14+240=377 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.63% from 377); Green value is 14 (5.86% from 255 or 3.71% from 377); Blue value is 240 (94.14% from 255 or 63.66% from 377); Max value from RGB is 240 - color contains mainly: blue. Hex color #7B0EF0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B0EF0 is #84F10F. Grayscale: #474747. Windows color (decimal): -8712464 or 15732347. OLE color: 15732347.
HSL color Cylindrical-coordinate representation of color #7B0EF0: hue angle of 268.94º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0EF0 is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 14 | 240 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.06 |
| HSL | 268.94º | 0.89% | 0.5% | - |
| HSV(B) | 268.94º | 0.94% | 0.94% | - |
| XYZ | 24.05 | 10.82 | 83.26 | - |
| YUV | 72.36 | 222.61 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 14 | 240 | 0.49 | 0.94 | 0 | 0.06 | 268.94 | 0.89 | 0.5 |
| Hex | 7B | E | F0 | 31 | 5E | 0 | 6 | 10D | 59 | 32 |
| Octal | 173 | 16 | 360 | 61 | 136 | 0 | 6 | 415 | 131 | 62 |
| Binary | 1111011 | 1110 | 11110000 | 110001 | 1011110 | 0 | 110 | 100001101 | 1011001 | 110010 |
Color Harmonies of #7B0EF0
Complementary color
Monochromatic Colors of #7B0EF0
Black with #7B0EF0
Text Example
Text Example
White with #7B0EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0EF0; }
p { color: rgb(123,14,240); }
H1.HeaderClassName
{
color: #7B0EF0;
}
.AnyTagClassName
{
color: #7B0EF0;
}
</style>
background-color css
<style>
a { background-color: #7B0EF0; }
a { background-color: rgb(123,14,240); }
div.DivClassName
{
background-color: #7B0EF0;
}
.BgClassName
{
background-color: #7B0EF0;
}
</style>
border-color css
<style>
span { border-color: #7B0EF0; }
span { border-color: rgb(123,14,240); }
td.TdClassName
{
border-color: #7B0EF0;
}
.TagClassName
{
border-color: #7B0EF0;
}
</style>