Shades of Electric Indigo #7700FE
Tints of Electric Indigo #7700FE
RGB
CMYK
RGB Variations
Color information
#7700FE (or 0x7700FE) is known color: Electric Indigo. HEX triplet: 77, 00 and FE. RGB value is (119,0,254). Sum of RGB (Red+Green+Blue) = 119+0+254=373 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.90% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 254 (99.61% from 255 or 68.10% from 373); Max value from RGB is 254 - color contains mainly: blue. Hex color #7700FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7700FE is #88FF01. Grayscale: #3F3F3F. Windows color (decimal): -8978178 or 16646263. OLE color: 16646263.
HSL color Cylindrical-coordinate representation of color #7700FE: hue angle of 268.11º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7700FE is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 0 | 254 | - |
| CMYK | 0.53 | 1 | 0 | 0.00 |
| HSL | 268.11º | 1% | 0.5% | - |
| HSV(B) | 268.11º | 1% | 1% | - |
| XYZ | 25.5 | 11.08 | 94.56 | - |
| YUV | 64.54 | 234.92 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 0 | 254 | 0.53 | 1 | 0 | 0.00 | 268.11 | 1 | 0.5 |
| Hex | 77 | 0 | FE | 35 | 64 | 0 | 0 | 10C | 64 | 32 |
| Octal | 167 | 0 | 376 | 65 | 144 | 0 | 0 | 414 | 144 | 62 |
| Binary | 1110111 | 0 | 11111110 | 110101 | 1100100 | 0 | 0 | 100001100 | 1100100 | 110010 |
Color Harmonies of #7700FE
Complementary color
Monochromatic Colors of #7700FE
Black with #7700FE
Text Example
Text Example
White with #7700FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7700FE; }
p { color: rgb(119,0,254); }
H1.HeaderClassName
{
color: #7700FE;
}
.AnyTagClassName
{
color: #7700FE;
}
</style>
background-color css
<style>
a { background-color: #7700FE; }
a { background-color: rgb(119,0,254); }
div.DivClassName
{
background-color: #7700FE;
}
.BgClassName
{
background-color: #7700FE;
}
</style>
border-color css
<style>
span { border-color: #7700FE; }
span { border-color: rgb(119,0,254); }
td.TdClassName
{
border-color: #7700FE;
}
.TagClassName
{
border-color: #7700FE;
}
</style>