Shades of Electric Indigo #7B18FE
Tints of Electric Indigo #7B18FE
RGB
CMYK
RGB Variations
Color information
#7B18FE (or 0x7B18FE) is known color: Electric Indigo. HEX triplet: 7B, 18 and FE. RGB value is (123,24,254). Sum of RGB (Red+Green+Blue) = 123+24+254=401 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.67% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B18FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B18FE is #84E701. Grayscale: #4F4F4F. Windows color (decimal): -8709890 or 16652411. OLE color: 16652411.
HSL color Cylindrical-coordinate representation of color #7B18FE: hue angle of 265.83º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B18FE is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 24 | 254 | - |
| CMYK | 0.52 | 0.91 | 0 | 0.00 |
| HSL | 265.83º | 0.99% | 0.55% | - |
| HSV(B) | 265.83º | 0.91% | 1% | - |
| XYZ | 26.38 | 12.02 | 94.7 | - |
| YUV | 79.82 | 226.3 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 24 | 254 | 0.52 | 0.91 | 0 | 0.00 | 265.83 | 0.99 | 0.55 |
| Hex | 7B | 18 | FE | 34 | 5B | 0 | 0 | 10A | 63 | 37 |
| Octal | 173 | 30 | 376 | 64 | 133 | 0 | 0 | 412 | 143 | 67 |
| Binary | 1111011 | 11000 | 11111110 | 110100 | 1011011 | 0 | 0 | 100001010 | 1100011 | 110111 |
Color Harmonies of #7B18FE
Complementary color
Monochromatic Colors of #7B18FE
Black with #7B18FE
Text Example
Text Example
White with #7B18FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B18FE; }
p { color: rgb(123,24,254); }
H1.HeaderClassName
{
color: #7B18FE;
}
.AnyTagClassName
{
color: #7B18FE;
}
</style>
background-color css
<style>
a { background-color: #7B18FE; }
a { background-color: rgb(123,24,254); }
div.DivClassName
{
background-color: #7B18FE;
}
.BgClassName
{
background-color: #7B18FE;
}
</style>
border-color css
<style>
span { border-color: #7B18FE; }
span { border-color: rgb(123,24,254); }
td.TdClassName
{
border-color: #7B18FE;
}
.TagClassName
{
border-color: #7B18FE;
}
</style>