Shades of Electric Indigo #7900F8
Tints of Electric Indigo #7900F8
RGB
CMYK
RGB Variations
Color information
#7900F8 (or 0x7900F8) is known color: Electric Indigo. HEX triplet: 79, 00 and F8. RGB value is (121,0,248). Sum of RGB (Red+Green+Blue) = 121+0+248=369 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.79% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 248 (97.27% from 255 or 67.21% from 369); Max value from RGB is 248 - color contains mainly: blue. Hex color #7900F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7900F8 is #86FF07. Grayscale: #3F3F3F. Windows color (decimal): -8847112 or 16253049. OLE color: 16253049.
HSL color Cylindrical-coordinate representation of color #7900F8: hue angle of 269.27º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7900F8 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 121 | 0 | 248 | - |
| CMYK | 0.51 | 1 | 0 | 0.03 |
| HSL | 269.27º | 1% | 0.49% | - |
| HSV(B) | 269.27º | 1% | 0.97% | - |
| XYZ | 24.83 | 10.84 | 89.59 | - |
| YUV | 64.45 | 231.59 | 168.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 0 | 248 | 0.51 | 1 | 0 | 0.03 | 269.27 | 1 | 0.49 |
| Hex | 79 | 0 | F8 | 33 | 64 | 0 | 3 | 10D | 64 | 31 |
| Octal | 171 | 0 | 370 | 63 | 144 | 0 | 3 | 415 | 144 | 61 |
| Binary | 1111001 | 0 | 11111000 | 110011 | 1100100 | 0 | 11 | 100001101 | 1100100 | 110001 |
Color Harmonies of #7900F8
Complementary color
Monochromatic Colors of #7900F8
Black with #7900F8
Text Example
Text Example
White with #7900F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7900F8; }
p { color: rgb(121,0,248); }
H1.HeaderClassName
{
color: #7900F8;
}
.AnyTagClassName
{
color: #7900F8;
}
</style>
background-color css
<style>
a { background-color: #7900F8; }
a { background-color: rgb(121,0,248); }
div.DivClassName
{
background-color: #7900F8;
}
.BgClassName
{
background-color: #7900F8;
}
</style>
border-color css
<style>
span { border-color: #7900F8; }
span { border-color: rgb(121,0,248); }
td.TdClassName
{
border-color: #7900F8;
}
.TagClassName
{
border-color: #7900F8;
}
</style>