Shades of Electric Indigo #7909F8
Tints of Electric Indigo #7909F8
RGB
CMYK
RGB Variations
Color information
#7909F8 (or 0x7909F8) is known color: Electric Indigo. HEX triplet: 79, 09 and F8. RGB value is (121,9,248). Sum of RGB (Red+Green+Blue) = 121+9+248=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 9 (3.91% from 255 or 2.38% from 378); Blue value is 248 (97.27% from 255 or 65.61% from 378); Max value from RGB is 248 - color contains mainly: blue. Hex color #7909F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7909F8 is #86F607. Grayscale: #444444. Windows color (decimal): -8844808 or 16255353. OLE color: 16255353.
HSL color Cylindrical-coordinate representation of color #7909F8: hue angle of 268.12º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7909F8 is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 121 | 9 | 248 | - |
| CMYK | 0.51 | 0.96 | 0 | 0.03 |
| HSL | 268.12º | 0.94% | 0.5% | - |
| HSV(B) | 268.12º | 0.96% | 0.97% | - |
| XYZ | 24.93 | 11.04 | 89.62 | - |
| YUV | 69.73 | 228.61 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 9 | 248 | 0.51 | 0.96 | 0 | 0.03 | 268.12 | 0.94 | 0.5 |
| Hex | 79 | 9 | F8 | 33 | 60 | 0 | 3 | 10C | 5E | 32 |
| Octal | 171 | 11 | 370 | 63 | 140 | 0 | 3 | 414 | 136 | 62 |
| Binary | 1111001 | 1001 | 11111000 | 110011 | 1100000 | 0 | 11 | 100001100 | 1011110 | 110010 |
Color Harmonies of #7909F8
Complementary color
Monochromatic Colors of #7909F8
Black with #7909F8
Text Example
Text Example
White with #7909F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7909F8; }
p { color: rgb(121,9,248); }
H1.HeaderClassName
{
color: #7909F8;
}
.AnyTagClassName
{
color: #7909F8;
}
</style>
background-color css
<style>
a { background-color: #7909F8; }
a { background-color: rgb(121,9,248); }
div.DivClassName
{
background-color: #7909F8;
}
.BgClassName
{
background-color: #7909F8;
}
</style>
border-color css
<style>
span { border-color: #7909F8; }
span { border-color: rgb(121,9,248); }
td.TdClassName
{
border-color: #7909F8;
}
.TagClassName
{
border-color: #7909F8;
}
</style>