Shades of Electric Indigo #7B0CEC
Tints of Electric Indigo #7B0CEC
RGB
CMYK
RGB Variations
Color information
#7B0CEC (or 0x7B0CEC) is known color: Electric Indigo. HEX triplet: 7B, 0C and EC. RGB value is (123,12,236). Sum of RGB (Red+Green+Blue) = 123+12+236=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #7B0CEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B0CEC is #84F313. Grayscale: #454545. Windows color (decimal): -8712980 or 15469691. OLE color: 15469691.
HSL color Cylindrical-coordinate representation of color #7B0CEC: hue angle of 269.73º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B0CEC is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 123 | 12 | 236 | - |
| CMYK | 0.48 | 0.95 | 0 | 0.07 |
| HSL | 269.73º | 0.9% | 0.49% | - |
| HSV(B) | 269.73º | 0.95% | 0.93% | - |
| XYZ | 23.44 | 10.53 | 80.15 | - |
| YUV | 70.73 | 221.27 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 12 | 236 | 0.48 | 0.95 | 0 | 0.07 | 269.73 | 0.9 | 0.49 |
| Hex | 7B | C | EC | 30 | 5F | 0 | 7 | 10E | 5A | 31 |
| Octal | 173 | 14 | 354 | 60 | 137 | 0 | 7 | 416 | 132 | 61 |
| Binary | 1111011 | 1100 | 11101100 | 110000 | 1011111 | 0 | 111 | 100001110 | 1011010 | 110001 |
Color Harmonies of #7B0CEC
Complementary color
Monochromatic Colors of #7B0CEC
Black with #7B0CEC
Text Example
Text Example
White with #7B0CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0CEC; }
p { color: rgb(123,12,236); }
H1.HeaderClassName
{
color: #7B0CEC;
}
.AnyTagClassName
{
color: #7B0CEC;
}
</style>
background-color css
<style>
a { background-color: #7B0CEC; }
a { background-color: rgb(123,12,236); }
div.DivClassName
{
background-color: #7B0CEC;
}
.BgClassName
{
background-color: #7B0CEC;
}
</style>
border-color css
<style>
span { border-color: #7B0CEC; }
span { border-color: rgb(123,12,236); }
td.TdClassName
{
border-color: #7B0CEC;
}
.TagClassName
{
border-color: #7B0CEC;
}
</style>