Shades of Electric Indigo #880AF7
Tints of Electric Indigo #880AF7
RGB
CMYK
RGB Variations
Color information
#880AF7 (or 0x880AF7) is known color: Electric Indigo. HEX triplet: 88, 0A and F7. RGB value is (136,10,247). Sum of RGB (Red+Green+Blue) = 136+10+247=393 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34.61% from 393); Green value is 10 (4.30% from 255 or 2.54% from 393); Blue value is 247 (96.88% from 255 or 62.85% from 393); Max value from RGB is 247 - color contains mainly: blue. Hex color #880AF7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880AF7 is #77F508. Grayscale: #494949. Windows color (decimal): -7861513 or 16190088. OLE color: 16190088.
HSL color Cylindrical-coordinate representation of color #880AF7: hue angle of 271.9º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880AF7 is Cyan = 0.45, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 136 | 10 | 247 | - |
| CMYK | 0.45 | 0.96 | 0 | 0.03 |
| HSL | 271.9º | 0.94% | 0.5% | - |
| HSV(B) | 271.9º | 0.96% | 0.97% | - |
| XYZ | 27.05 | 12.17 | 88.92 | - |
| YUV | 74.69 | 225.24 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 247 | 0.45 | 0.96 | 0 | 0.03 | 271.9 | 0.94 | 0.5 |
| Hex | 88 | A | F7 | 2D | 60 | 0 | 3 | 110 | 5E | 32 |
| Octal | 210 | 12 | 367 | 55 | 140 | 0 | 3 | 420 | 136 | 62 |
| Binary | 10001000 | 1010 | 11110111 | 101101 | 1100000 | 0 | 11 | 100010000 | 1011110 | 110010 |
Color Harmonies of #880AF7
Complementary color
Monochromatic Colors of #880AF7
Black with #880AF7
Text Example
Text Example
White with #880AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880AF7; }
p { color: rgb(136,10,247); }
H1.HeaderClassName
{
color: #880AF7;
}
.AnyTagClassName
{
color: #880AF7;
}
</style>
background-color css
<style>
a { background-color: #880AF7; }
a { background-color: rgb(136,10,247); }
div.DivClassName
{
background-color: #880AF7;
}
.BgClassName
{
background-color: #880AF7;
}
</style>
border-color css
<style>
span { border-color: #880AF7; }
span { border-color: rgb(136,10,247); }
td.TdClassName
{
border-color: #880AF7;
}
.TagClassName
{
border-color: #880AF7;
}
</style>