Shades of Electric Indigo #7908FF
Tints of Electric Indigo #7908FF
RGB
CMYK
RGB Variations
Color information
#7908FF (or 0x7908FF) is known color: Electric Indigo. HEX triplet: 79, 08 and FF. RGB value is (121,8,255). Sum of RGB (Red+Green+Blue) = 121+8+255=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 8 (3.52% from 255 or 2.08% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #7908FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7908FF is #86F700. Grayscale: #454545. Windows color (decimal): -8845057 or 16713849. OLE color: 16713849.
HSL color Cylindrical-coordinate representation of color #7908FF: hue angle of 267.45º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7908FF is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 8 | 255 | - |
| CMYK | 0.53 | 0.97 | 0 | 0 |
| HSL | 267.45º | 1% | 0.52% | - |
| HSV(B) | 267.45º | 0.97% | 1% | - |
| XYZ | 26.02 | 11.46 | 95.45 | - |
| YUV | 69.95 | 232.44 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 8 | 255 | 0.53 | 0.97 | 0 | 0 | 267.45 | 1 | 0.52 |
| Hex | 79 | 8 | FF | 35 | 61 | 0 | 0 | 10B | 64 | 34 |
| Octal | 171 | 10 | 377 | 65 | 141 | 0 | 0 | 413 | 144 | 64 |
| Binary | 1111001 | 1000 | 11111111 | 110101 | 1100001 | 0 | 0 | 100001011 | 1100100 | 110100 |
Color Harmonies of #7908FF
Complementary color
Monochromatic Colors of #7908FF
Black with #7908FF
Text Example
Text Example
White with #7908FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7908FF; }
p { color: rgb(121,8,255); }
H1.HeaderClassName
{
color: #7908FF;
}
.AnyTagClassName
{
color: #7908FF;
}
</style>
background-color css
<style>
a { background-color: #7908FF; }
a { background-color: rgb(121,8,255); }
div.DivClassName
{
background-color: #7908FF;
}
.BgClassName
{
background-color: #7908FF;
}
</style>
border-color css
<style>
span { border-color: #7908FF; }
span { border-color: rgb(121,8,255); }
td.TdClassName
{
border-color: #7908FF;
}
.TagClassName
{
border-color: #7908FF;
}
</style>