Shades of Electric Indigo #890BFE
Tints of Electric Indigo #890BFE
RGB
CMYK
RGB Variations
Color information
#890BFE (or 0x890BFE) is known color: Electric Indigo. HEX triplet: 89, 0B and FE. RGB value is (137,11,254). Sum of RGB (Red+Green+Blue) = 137+11+254=402 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.08% from 402); Green value is 11 (4.69% from 255 or 2.74% from 402); Blue value is 254 (99.61% from 255 or 63.18% from 402); Max value from RGB is 254 - color contains mainly: blue. Hex color #890BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890BFE is #76F401. Grayscale: #4B4B4B. Windows color (decimal): -7795714 or 16649097. OLE color: 16649097.
HSL color Cylindrical-coordinate representation of color #890BFE: hue angle of 271.11º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #890BFE is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 137 | 11 | 254 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.00 |
| HSL | 271.11º | 0.99% | 0.52% | - |
| HSV(B) | 271.11º | 0.96% | 1% | - |
| XYZ | 28.33 | 12.71 | 94.73 | - |
| YUV | 76.38 | 228.24 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 254 | 0.46 | 0.96 | 0 | 0.00 | 271.11 | 0.99 | 0.52 |
| Hex | 89 | B | FE | 2E | 60 | 0 | 0 | 10F | 63 | 34 |
| Octal | 211 | 13 | 376 | 56 | 140 | 0 | 0 | 417 | 143 | 64 |
| Binary | 10001001 | 1011 | 11111110 | 101110 | 1100000 | 0 | 0 | 100001111 | 1100011 | 110100 |
Color Harmonies of #890BFE
Complementary color
Monochromatic Colors of #890BFE
Black with #890BFE
Text Example
Text Example
White with #890BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890BFE; }
p { color: rgb(137,11,254); }
H1.HeaderClassName
{
color: #890BFE;
}
.AnyTagClassName
{
color: #890BFE;
}
</style>
background-color css
<style>
a { background-color: #890BFE; }
a { background-color: rgb(137,11,254); }
div.DivClassName
{
background-color: #890BFE;
}
.BgClassName
{
background-color: #890BFE;
}
</style>
border-color css
<style>
span { border-color: #890BFE; }
span { border-color: rgb(137,11,254); }
td.TdClassName
{
border-color: #890BFE;
}
.TagClassName
{
border-color: #890BFE;
}
</style>