Shades of Electric Indigo #7600FE
Tints of Electric Indigo #7600FE
RGB
CMYK
RGB Variations
Color information
#7600FE (or 0x7600FE) is known color: Electric Indigo. HEX triplet: 76, 00 and FE. RGB value is (118,0,254). Sum of RGB (Red+Green+Blue) = 118+0+254=372 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.72% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 254 (99.61% from 255 or 68.28% from 372); Max value from RGB is 254 - color contains mainly: blue. Hex color #7600FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7600FE is #89FF01. Grayscale: #3F3F3F. Windows color (decimal): -9043714 or 16646262. OLE color: 16646262.
HSL color Cylindrical-coordinate representation of color #7600FE: hue angle of 267.87º 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 #7600FE is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 0 | 254 | - |
| CMYK | 0.54 | 1 | 0 | 0.00 |
| HSL | 267.87º | 1% | 0.5% | - |
| HSV(B) | 267.87º | 1% | 1% | - |
| XYZ | 25.36 | 11.01 | 94.55 | - |
| YUV | 64.24 | 235.09 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 0 | 254 | 0.54 | 1 | 0 | 0.00 | 267.87 | 1 | 0.5 |
| Hex | 76 | 0 | FE | 36 | 64 | 0 | 0 | 10C | 64 | 32 |
| Octal | 166 | 0 | 376 | 66 | 144 | 0 | 0 | 414 | 144 | 62 |
| Binary | 1110110 | 0 | 11111110 | 110110 | 1100100 | 0 | 0 | 100001100 | 1100100 | 110010 |
Color Harmonies of #7600FE
Complementary color
Monochromatic Colors of #7600FE
Black with #7600FE
Text Example
Text Example
White with #7600FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7600FE; }
p { color: rgb(118,0,254); }
H1.HeaderClassName
{
color: #7600FE;
}
.AnyTagClassName
{
color: #7600FE;
}
</style>
background-color css
<style>
a { background-color: #7600FE; }
a { background-color: rgb(118,0,254); }
div.DivClassName
{
background-color: #7600FE;
}
.BgClassName
{
background-color: #7600FE;
}
</style>
border-color css
<style>
span { border-color: #7600FE; }
span { border-color: rgb(118,0,254); }
td.TdClassName
{
border-color: #7600FE;
}
.TagClassName
{
border-color: #7600FE;
}
</style>