Shades of Electric Indigo #890BFF
Tints of Electric Indigo #890BFF
RGB
CMYK
RGB Variations
Color information
#890BFF (or 0x890BFF) is known color: Electric Indigo. HEX triplet: 89, 0B and FF. RGB value is (137,11,255). Sum of RGB (Red+Green+Blue) = 137+11+255=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 11 (4.69% from 255 or 2.73% from 403); Blue value is 255 (100% from 255 or 63.28% from 403); Max value from RGB is 255 - color contains mainly: blue. Hex color #890BFF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890BFF is #76F400. Grayscale: #4B4B4B. Windows color (decimal): -7795713 or 16714633. OLE color: 16714633.
HSL color Cylindrical-coordinate representation of color #890BFF: hue angle of 270.98º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #890BFF is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 137 | 11 | 255 | - |
| CMYK | 0.46 | 0.96 | 0 | 0 |
| HSL | 270.98º | 1% | 0.52% | - |
| HSV(B) | 270.98º | 0.96% | 1% | - |
| XYZ | 28.49 | 12.78 | 95.57 | - |
| YUV | 76.49 | 228.74 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 255 | 0.46 | 0.96 | 0 | 0 | 270.98 | 1 | 0.52 |
| Hex | 89 | B | FF | 2E | 60 | 0 | 0 | 10F | 64 | 34 |
| Octal | 211 | 13 | 377 | 56 | 140 | 0 | 0 | 417 | 144 | 64 |
| Binary | 10001001 | 1011 | 11111111 | 101110 | 1100000 | 0 | 0 | 100001111 | 1100100 | 110100 |
Color Harmonies of #890BFF
Complementary color
Monochromatic Colors of #890BFF
Black with #890BFF
Text Example
Text Example
White with #890BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890BFF; }
p { color: rgb(137,11,255); }
H1.HeaderClassName
{
color: #890BFF;
}
.AnyTagClassName
{
color: #890BFF;
}
</style>
background-color css
<style>
a { background-color: #890BFF; }
a { background-color: rgb(137,11,255); }
div.DivClassName
{
background-color: #890BFF;
}
.BgClassName
{
background-color: #890BFF;
}
</style>
border-color css
<style>
span { border-color: #890BFF; }
span { border-color: rgb(137,11,255); }
td.TdClassName
{
border-color: #890BFF;
}
.TagClassName
{
border-color: #890BFF;
}
</style>