Shades of Electric Indigo #8210F7
Tints of Electric Indigo #8210F7
RGB
CMYK
RGB Variations
Color information
#8210F7 (or 0x8210F7) is known color: Electric Indigo. HEX triplet: 82, 10 and F7. RGB value is (130,16,247). Sum of RGB (Red+Green+Blue) = 130+16+247=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 16 (6.64% from 255 or 4.07% 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 #8210F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8210F7 is #7DEF08. Grayscale: #4B4B4B. Windows color (decimal): -8253193 or 16191618. OLE color: 16191618.
HSL color Cylindrical-coordinate representation of color #8210F7: hue angle of 269.61º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8210F7 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 130 | 16 | 247 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.03 |
| HSL | 269.61º | 0.94% | 0.52% | - |
| HSV(B) | 269.61º | 0.94% | 0.97% | - |
| XYZ | 26.18 | 11.83 | 88.9 | - |
| YUV | 76.42 | 224.27 | 166.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 16 | 247 | 0.47 | 0.94 | 0 | 0.03 | 269.61 | 0.94 | 0.52 |
| Hex | 82 | 10 | F7 | 2F | 5E | 0 | 3 | 10E | 5E | 34 |
| Octal | 202 | 20 | 367 | 57 | 136 | 0 | 3 | 416 | 136 | 64 |
| Binary | 10000010 | 10000 | 11110111 | 101111 | 1011110 | 0 | 11 | 100001110 | 1011110 | 110100 |
Color Harmonies of #8210F7
Complementary color
Monochromatic Colors of #8210F7
Black with #8210F7
Text Example
Text Example
White with #8210F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8210F7; }
p { color: rgb(130,16,247); }
H1.HeaderClassName
{
color: #8210F7;
}
.AnyTagClassName
{
color: #8210F7;
}
</style>
background-color css
<style>
a { background-color: #8210F7; }
a { background-color: rgb(130,16,247); }
div.DivClassName
{
background-color: #8210F7;
}
.BgClassName
{
background-color: #8210F7;
}
</style>
border-color css
<style>
span { border-color: #8210F7; }
span { border-color: rgb(130,16,247); }
td.TdClassName
{
border-color: #8210F7;
}
.TagClassName
{
border-color: #8210F7;
}
</style>