Shades of Electric Indigo #770EFE
Tints of Electric Indigo #770EFE
RGB
CMYK
RGB Variations
Color information
#770EFE (or 0x770EFE) is known color: Electric Indigo. HEX triplet: 77, 0E and FE. RGB value is (119,14,254). Sum of RGB (Red+Green+Blue) = 119+14+254=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 14 (5.86% from 255 or 3.62% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #770EFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770EFE is #88F101. Grayscale: #474747. Windows color (decimal): -8974594 or 16649847. OLE color: 16649847.
HSL color Cylindrical-coordinate representation of color #770EFE: hue angle of 266.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770EFE is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 14 | 254 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.00 |
| HSL | 266.25º | 0.99% | 0.53% | - |
| HSV(B) | 266.25º | 0.94% | 1% | - |
| XYZ | 25.65 | 11.39 | 94.61 | - |
| YUV | 72.76 | 230.29 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 14 | 254 | 0.53 | 0.94 | 0 | 0.00 | 266.25 | 0.99 | 0.53 |
| Hex | 77 | E | FE | 35 | 5E | 0 | 0 | 10A | 63 | 35 |
| Octal | 167 | 16 | 376 | 65 | 136 | 0 | 0 | 412 | 143 | 65 |
| Binary | 1110111 | 1110 | 11111110 | 110101 | 1011110 | 0 | 0 | 100001010 | 1100011 | 110101 |
Color Harmonies of #770EFE
Complementary color
Monochromatic Colors of #770EFE
Black with #770EFE
Text Example
Text Example
White with #770EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770EFE; }
p { color: rgb(119,14,254); }
H1.HeaderClassName
{
color: #770EFE;
}
.AnyTagClassName
{
color: #770EFE;
}
</style>
background-color css
<style>
a { background-color: #770EFE; }
a { background-color: rgb(119,14,254); }
div.DivClassName
{
background-color: #770EFE;
}
.BgClassName
{
background-color: #770EFE;
}
</style>
border-color css
<style>
span { border-color: #770EFE; }
span { border-color: rgb(119,14,254); }
td.TdClassName
{
border-color: #770EFE;
}
.TagClassName
{
border-color: #770EFE;
}
</style>