Shades of Electric Indigo #890EFE
Tints of Electric Indigo #890EFE
RGB
CMYK
RGB Variations
Color information
#890EFE (or 0x890EFE) is known color: Electric Indigo. HEX triplet: 89, 0E and FE. RGB value is (137,14,254). Sum of RGB (Red+Green+Blue) = 137+14+254=405 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.83% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 254 (99.61% from 255 or 62.72% from 405); Max value from RGB is 254 - color contains mainly: blue. Hex color #890EFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890EFE is #76F101. Grayscale: #4D4D4D. Windows color (decimal): -7794946 or 16649865. OLE color: 16649865.
HSL color Cylindrical-coordinate representation of color #890EFE: hue angle of 270.75º 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 #890EFE is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 14 | 254 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.00 |
| HSL | 270.75º | 0.99% | 0.53% | - |
| HSV(B) | 270.75º | 0.94% | 1% | - |
| XYZ | 28.36 | 12.79 | 94.74 | - |
| YUV | 78.14 | 227.25 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 254 | 0.46 | 0.94 | 0 | 0.00 | 270.75 | 0.99 | 0.53 |
| Hex | 89 | E | FE | 2E | 5E | 0 | 0 | 10F | 63 | 35 |
| Octal | 211 | 16 | 376 | 56 | 136 | 0 | 0 | 417 | 143 | 65 |
| Binary | 10001001 | 1110 | 11111110 | 101110 | 1011110 | 0 | 0 | 100001111 | 1100011 | 110101 |
Color Harmonies of #890EFE
Complementary color
Monochromatic Colors of #890EFE
Black with #890EFE
Text Example
Text Example
White with #890EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890EFE; }
p { color: rgb(137,14,254); }
H1.HeaderClassName
{
color: #890EFE;
}
.AnyTagClassName
{
color: #890EFE;
}
</style>
background-color css
<style>
a { background-color: #890EFE; }
a { background-color: rgb(137,14,254); }
div.DivClassName
{
background-color: #890EFE;
}
.BgClassName
{
background-color: #890EFE;
}
</style>
border-color css
<style>
span { border-color: #890EFE; }
span { border-color: rgb(137,14,254); }
td.TdClassName
{
border-color: #890EFE;
}
.TagClassName
{
border-color: #890EFE;
}
</style>