Shades of Electric Indigo #7900FB
Tints of Electric Indigo #7900FB
RGB
CMYK
RGB Variations
Color information
#7900FB (or 0x7900FB) is known color: Electric Indigo. HEX triplet: 79, 00 and FB. RGB value is (121,0,251). Sum of RGB (Red+Green+Blue) = 121+0+251=372 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.53% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 251 (98.44% from 255 or 67.47% from 372); Max value from RGB is 251 - color contains mainly: blue. Hex color #7900FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7900FB is #86FF04. Grayscale: #3F3F3F. Windows color (decimal): -8847109 or 16449657. OLE color: 16449657.
HSL color Cylindrical-coordinate representation of color #7900FB: hue angle of 268.92º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7900FB is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 0 | 251 | - |
| CMYK | 0.52 | 1 | 0 | 0.02 |
| HSL | 268.92º | 1% | 0.49% | - |
| HSV(B) | 268.92º | 1% | 0.98% | - |
| XYZ | 25.3 | 11.03 | 92.06 | - |
| YUV | 64.79 | 233.09 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 0 | 251 | 0.52 | 1 | 0 | 0.02 | 268.92 | 1 | 0.49 |
| Hex | 79 | 0 | FB | 34 | 64 | 0 | 2 | 10D | 64 | 31 |
| Octal | 171 | 0 | 373 | 64 | 144 | 0 | 2 | 415 | 144 | 61 |
| Binary | 1111001 | 0 | 11111011 | 110100 | 1100100 | 0 | 10 | 100001101 | 1100100 | 110001 |
Color Harmonies of #7900FB
Complementary color
Monochromatic Colors of #7900FB
Black with #7900FB
Text Example
Text Example
White with #7900FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7900FB; }
p { color: rgb(121,0,251); }
H1.HeaderClassName
{
color: #7900FB;
}
.AnyTagClassName
{
color: #7900FB;
}
</style>
background-color css
<style>
a { background-color: #7900FB; }
a { background-color: rgb(121,0,251); }
div.DivClassName
{
background-color: #7900FB;
}
.BgClassName
{
background-color: #7900FB;
}
</style>
border-color css
<style>
span { border-color: #7900FB; }
span { border-color: rgb(121,0,251); }
td.TdClassName
{
border-color: #7900FB;
}
.TagClassName
{
border-color: #7900FB;
}
</style>