Shades of Electric Indigo #7B12FE
Tints of Electric Indigo #7B12FE
RGB
CMYK
RGB Variations
Color information
#7B12FE (or 0x7B12FE) is known color: Electric Indigo. HEX triplet: 7B, 12 and FE. RGB value is (123,18,254). Sum of RGB (Red+Green+Blue) = 123+18+254=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 18 (7.42% from 255 or 4.56% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B12FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B12FE is #84ED01. Grayscale: #4B4B4B. Windows color (decimal): -8711426 or 16650875. OLE color: 16650875.
HSL color Cylindrical-coordinate representation of color #7B12FE: hue angle of 266.69º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B12FE is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 18 | 254 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.00 |
| HSL | 266.69º | 0.99% | 0.53% | - |
| HSV(B) | 266.69º | 0.93% | 1% | - |
| XYZ | 26.27 | 11.8 | 94.66 | - |
| YUV | 76.3 | 228.29 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 18 | 254 | 0.52 | 0.93 | 0 | 0.00 | 266.69 | 0.99 | 0.53 |
| Hex | 7B | 12 | FE | 34 | 5D | 0 | 0 | 10B | 63 | 35 |
| Octal | 173 | 22 | 376 | 64 | 135 | 0 | 0 | 413 | 143 | 65 |
| Binary | 1111011 | 10010 | 11111110 | 110100 | 1011101 | 0 | 0 | 100001011 | 1100011 | 110101 |
Color Harmonies of #7B12FE
Complementary color
Monochromatic Colors of #7B12FE
Black with #7B12FE
Text Example
Text Example
White with #7B12FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B12FE; }
p { color: rgb(123,18,254); }
H1.HeaderClassName
{
color: #7B12FE;
}
.AnyTagClassName
{
color: #7B12FE;
}
</style>
background-color css
<style>
a { background-color: #7B12FE; }
a { background-color: rgb(123,18,254); }
div.DivClassName
{
background-color: #7B12FE;
}
.BgClassName
{
background-color: #7B12FE;
}
</style>
border-color css
<style>
span { border-color: #7B12FE; }
span { border-color: rgb(123,18,254); }
td.TdClassName
{
border-color: #7B12FE;
}
.TagClassName
{
border-color: #7B12FE;
}
</style>