Shades of Electric Indigo #8400FE
Tints of Electric Indigo #8400FE
RGB
CMYK
RGB Variations
Color information
#8400FE (or 0x8400FE) is known color: Electric Indigo. HEX triplet: 84, 00 and FE. RGB value is (132,0,254). Sum of RGB (Red+Green+Blue) = 132+0+254=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 0 (0.39% from 255 or 0% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #8400FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8400FE is #7BFF01. Grayscale: #434343. Windows color (decimal): -8126210 or 16646276. OLE color: 16646276.
HSL color Cylindrical-coordinate representation of color #8400FE: hue angle of 271.18º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8400FE is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 132 | 0 | 254 | - |
| CMYK | 0.48 | 1 | 0 | 0.00 |
| HSL | 271.18º | 1% | 0.5% | - |
| HSV(B) | 271.18º | 1% | 1% | - |
| XYZ | 27.41 | 12.06 | 94.65 | - |
| YUV | 68.42 | 232.73 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 0 | 254 | 0.48 | 1 | 0 | 0.00 | 271.18 | 1 | 0.5 |
| Hex | 84 | 0 | FE | 30 | 64 | 0 | 0 | 10F | 64 | 32 |
| Octal | 204 | 0 | 376 | 60 | 144 | 0 | 0 | 417 | 144 | 62 |
| Binary | 10000100 | 0 | 11111110 | 110000 | 1100100 | 0 | 0 | 100001111 | 1100100 | 110010 |
Color Harmonies of #8400FE
Complementary color
Monochromatic Colors of #8400FE
Black with #8400FE
Text Example
Text Example
White with #8400FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8400FE; }
p { color: rgb(132,0,254); }
H1.HeaderClassName
{
color: #8400FE;
}
.AnyTagClassName
{
color: #8400FE;
}
</style>
background-color css
<style>
a { background-color: #8400FE; }
a { background-color: rgb(132,0,254); }
div.DivClassName
{
background-color: #8400FE;
}
.BgClassName
{
background-color: #8400FE;
}
</style>
border-color css
<style>
span { border-color: #8400FE; }
span { border-color: rgb(132,0,254); }
td.TdClassName
{
border-color: #8400FE;
}
.TagClassName
{
border-color: #8400FE;
}
</style>