Shades of Electric Indigo #7C10FE
Tints of Electric Indigo #7C10FE
RGB
CMYK
RGB Variations
Color information
#7C10FE (or 0x7C10FE) is known color: Electric Indigo. HEX triplet: 7C, 10 and FE. RGB value is (124,16,254). Sum of RGB (Red+Green+Blue) = 124+16+254=394 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.47% from 394); Green value is 16 (6.64% from 255 or 4.06% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #7C10FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C10FE is #83EF01. Grayscale: #4A4A4A. Windows color (decimal): -8646402 or 16650364. OLE color: 16650364.
HSL color Cylindrical-coordinate representation of color #7C10FE: hue angle of 267.23º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C10FE is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 124 | 16 | 254 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.00 |
| HSL | 267.23º | 0.99% | 0.53% | - |
| HSV(B) | 267.23º | 0.94% | 1% | - |
| XYZ | 26.39 | 11.81 | 94.66 | - |
| YUV | 75.42 | 228.78 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 16 | 254 | 0.51 | 0.94 | 0 | 0.00 | 267.23 | 0.99 | 0.53 |
| Hex | 7C | 10 | FE | 33 | 5E | 0 | 0 | 10B | 63 | 35 |
| Octal | 174 | 20 | 376 | 63 | 136 | 0 | 0 | 413 | 143 | 65 |
| Binary | 1111100 | 10000 | 11111110 | 110011 | 1011110 | 0 | 0 | 100001011 | 1100011 | 110101 |
Color Harmonies of #7C10FE
Complementary color
Monochromatic Colors of #7C10FE
Black with #7C10FE
Text Example
Text Example
White with #7C10FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C10FE; }
p { color: rgb(124,16,254); }
H1.HeaderClassName
{
color: #7C10FE;
}
.AnyTagClassName
{
color: #7C10FE;
}
</style>
background-color css
<style>
a { background-color: #7C10FE; }
a { background-color: rgb(124,16,254); }
div.DivClassName
{
background-color: #7C10FE;
}
.BgClassName
{
background-color: #7C10FE;
}
</style>
border-color css
<style>
span { border-color: #7C10FE; }
span { border-color: rgb(124,16,254); }
td.TdClassName
{
border-color: #7C10FE;
}
.TagClassName
{
border-color: #7C10FE;
}
</style>