Shades of Electric Indigo #7C00F9
Tints of Electric Indigo #7C00F9
RGB
CMYK
RGB Variations
Color information
#7C00F9 (or 0x7C00F9) is known color: Electric Indigo. HEX triplet: 7C, 00 and F9. RGB value is (124,0,249). Sum of RGB (Red+Green+Blue) = 124+0+249=373 (49% of max value = 765). Red value is 124 (48.83% from 255 or 33.24% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 249 (97.66% from 255 or 66.76% from 373); Max value from RGB is 249 - color contains mainly: blue. Hex color #7C00F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7C00F9 is #83FF06. Grayscale: #404040. Windows color (decimal): -8650503 or 16318588. OLE color: 16318588.
HSL color Cylindrical-coordinate representation of color #7C00F9: hue angle of 269.88º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7C00F9 is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 124 | 0 | 249 | - |
| CMYK | 0.50 | 1 | 0 | 0.02 |
| HSL | 269.88º | 1% | 0.49% | - |
| HSV(B) | 269.88º | 1% | 0.98% | - |
| XYZ | 25.41 | 11.12 | 90.43 | - |
| YUV | 65.46 | 231.58 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 0 | 249 | 0.50 | 1 | 0 | 0.02 | 269.88 | 1 | 0.49 |
| Hex | 7C | 0 | F9 | 32 | 64 | 0 | 2 | 10E | 64 | 31 |
| Octal | 174 | 0 | 371 | 62 | 144 | 0 | 2 | 416 | 144 | 61 |
| Binary | 1111100 | 0 | 11111001 | 110010 | 1100100 | 0 | 10 | 100001110 | 1100100 | 110001 |
Color Harmonies of #7C00F9
Complementary color
Monochromatic Colors of #7C00F9
Black with #7C00F9
Text Example
Text Example
White with #7C00F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C00F9; }
p { color: rgb(124,0,249); }
H1.HeaderClassName
{
color: #7C00F9;
}
.AnyTagClassName
{
color: #7C00F9;
}
</style>
background-color css
<style>
a { background-color: #7C00F9; }
a { background-color: rgb(124,0,249); }
div.DivClassName
{
background-color: #7C00F9;
}
.BgClassName
{
background-color: #7C00F9;
}
</style>
border-color css
<style>
span { border-color: #7C00F9; }
span { border-color: rgb(124,0,249); }
td.TdClassName
{
border-color: #7C00F9;
}
.TagClassName
{
border-color: #7C00F9;
}
</style>