Shades of Electric Indigo #890BFC
Tints of Electric Indigo #890BFC
RGB
CMYK
RGB Variations
Color information
#890BFC (or 0x890BFC) is known color: Electric Indigo. HEX triplet: 89, 0B and FC. RGB value is (137,11,252). Sum of RGB (Red+Green+Blue) = 137+11+252=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 11 (4.69% from 255 or 2.75% from 400); Blue value is 252 (98.83% from 255 or 63% from 400); Max value from RGB is 252 - color contains mainly: blue. Hex color #890BFC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #890BFC is #76F403. Grayscale: #4B4B4B. Windows color (decimal): -7795716 or 16518025. OLE color: 16518025.
HSL color Cylindrical-coordinate representation of color #890BFC: hue angle of 271.37º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #890BFC is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 137 | 11 | 252 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.01 |
| HSL | 271.37º | 0.98% | 0.52% | - |
| HSV(B) | 271.37º | 0.96% | 0.99% | - |
| XYZ | 28.01 | 12.59 | 93.05 | - |
| YUV | 76.15 | 227.24 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 252 | 0.46 | 0.96 | 0 | 0.01 | 271.37 | 0.98 | 0.52 |
| Hex | 89 | B | FC | 2E | 60 | 0 | 1 | 10F | 62 | 34 |
| Octal | 211 | 13 | 374 | 56 | 140 | 0 | 1 | 417 | 142 | 64 |
| Binary | 10001001 | 1011 | 11111100 | 101110 | 1100000 | 0 | 1 | 100001111 | 1100010 | 110100 |
Color Harmonies of #890BFC
Complementary color
Monochromatic Colors of #890BFC
Black with #890BFC
Text Example
Text Example
White with #890BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890BFC; }
p { color: rgb(137,11,252); }
H1.HeaderClassName
{
color: #890BFC;
}
.AnyTagClassName
{
color: #890BFC;
}
</style>
background-color css
<style>
a { background-color: #890BFC; }
a { background-color: rgb(137,11,252); }
div.DivClassName
{
background-color: #890BFC;
}
.BgClassName
{
background-color: #890BFC;
}
</style>
border-color css
<style>
span { border-color: #890BFC; }
span { border-color: rgb(137,11,252); }
td.TdClassName
{
border-color: #890BFC;
}
.TagClassName
{
border-color: #890BFC;
}
</style>