Shades of Electric Indigo #7B18FB
Tints of Electric Indigo #7B18FB
RGB
CMYK
RGB Variations
Color information
#7B18FB (or 0x7B18FB) is known color: Electric Indigo. HEX triplet: 7B, 18 and FB. RGB value is (123,24,251). Sum of RGB (Red+Green+Blue) = 123+24+251=398 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.90% from 398); Green value is 24 (9.77% from 255 or 6.03% from 398); Blue value is 251 (98.44% from 255 or 63.07% from 398); Max value from RGB is 251 - color contains mainly: blue. Hex color #7B18FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B18FB is #84E704. Grayscale: #4E4E4E. Windows color (decimal): -8709893 or 16455803. OLE color: 16455803.
HSL color Cylindrical-coordinate representation of color #7B18FB: hue angle of 266.17º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B18FB is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 24 | 251 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.02 |
| HSL | 266.17º | 0.97% | 0.54% | - |
| HSV(B) | 266.17º | 0.9% | 0.98% | - |
| XYZ | 25.91 | 11.83 | 92.18 | - |
| YUV | 79.48 | 224.8 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 24 | 251 | 0.51 | 0.90 | 0 | 0.02 | 266.17 | 0.97 | 0.54 |
| Hex | 7B | 18 | FB | 33 | 5A | 0 | 2 | 10A | 61 | 36 |
| Octal | 173 | 30 | 373 | 63 | 132 | 0 | 2 | 412 | 141 | 66 |
| Binary | 1111011 | 11000 | 11111011 | 110011 | 1011010 | 0 | 10 | 100001010 | 1100001 | 110110 |
Color Harmonies of #7B18FB
Complementary color
Monochromatic Colors of #7B18FB
Black with #7B18FB
Text Example
Text Example
White with #7B18FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B18FB; }
p { color: rgb(123,24,251); }
H1.HeaderClassName
{
color: #7B18FB;
}
.AnyTagClassName
{
color: #7B18FB;
}
</style>
background-color css
<style>
a { background-color: #7B18FB; }
a { background-color: rgb(123,24,251); }
div.DivClassName
{
background-color: #7B18FB;
}
.BgClassName
{
background-color: #7B18FB;
}
</style>
border-color css
<style>
span { border-color: #7B18FB; }
span { border-color: rgb(123,24,251); }
td.TdClassName
{
border-color: #7B18FB;
}
.TagClassName
{
border-color: #7B18FB;
}
</style>