Shades of Electric Indigo #7808FA
Tints of Electric Indigo #7808FA
RGB
CMYK
RGB Variations
Color information
#7808FA (or 0x7808FA) is known color: Electric Indigo. HEX triplet: 78, 08 and FA. RGB value is (120,8,250). Sum of RGB (Red+Green+Blue) = 120+8+250=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #7808FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7808FA is #87F705. Grayscale: #444444. Windows color (decimal): -8910598 or 16386168. OLE color: 16386168.
HSL color Cylindrical-coordinate representation of color #7808FA: hue angle of 267.77º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7808FA is Cyan = 0.52, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 8 | 250 | - |
| CMYK | 0.52 | 0.97 | 0 | 0.02 |
| HSL | 267.77º | 0.96% | 0.51% | - |
| HSV(B) | 267.77º | 0.97% | 0.98% | - |
| XYZ | 25.09 | 11.07 | 91.26 | - |
| YUV | 69.08 | 230.11 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 8 | 250 | 0.52 | 0.97 | 0 | 0.02 | 267.77 | 0.96 | 0.51 |
| Hex | 78 | 8 | FA | 34 | 61 | 0 | 2 | 10C | 60 | 33 |
| Octal | 170 | 10 | 372 | 64 | 141 | 0 | 2 | 414 | 140 | 63 |
| Binary | 1111000 | 1000 | 11111010 | 110100 | 1100001 | 0 | 10 | 100001100 | 1100000 | 110011 |
Color Harmonies of #7808FA
Complementary color
Monochromatic Colors of #7808FA
Black with #7808FA
Text Example
Text Example
White with #7808FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7808FA; }
p { color: rgb(120,8,250); }
H1.HeaderClassName
{
color: #7808FA;
}
.AnyTagClassName
{
color: #7808FA;
}
</style>
background-color css
<style>
a { background-color: #7808FA; }
a { background-color: rgb(120,8,250); }
div.DivClassName
{
background-color: #7808FA;
}
.BgClassName
{
background-color: #7808FA;
}
</style>
border-color css
<style>
span { border-color: #7808FA; }
span { border-color: rgb(120,8,250); }
td.TdClassName
{
border-color: #7808FA;
}
.TagClassName
{
border-color: #7808FA;
}
</style>