Shades of Electric Indigo #7500F9
Tints of Electric Indigo #7500F9
RGB
CMYK
RGB Variations
Color information
#7500F9 (or 0x7500F9) is known color: Electric Indigo. HEX triplet: 75, 00 and F9. RGB value is (117,0,249). Sum of RGB (Red+Green+Blue) = 117+0+249=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 249 (97.66% from 255 or 68.03% from 366); Max value from RGB is 249 - color contains mainly: blue. Hex color #7500F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7500F9 is #8AFF06. Grayscale: #3E3E3E. Windows color (decimal): -9109255 or 16318581. OLE color: 16318581.
HSL color Cylindrical-coordinate representation of color #7500F9: hue angle of 268.19º 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 #7500F9 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 117 | 0 | 249 | - |
| CMYK | 0.53 | 1 | 0 | 0.02 |
| HSL | 268.19º | 1% | 0.49% | - |
| HSV(B) | 268.19º | 1% | 0.98% | - |
| XYZ | 24.44 | 10.62 | 90.38 | - |
| YUV | 63.37 | 232.76 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 249 | 0.53 | 1 | 0 | 0.02 | 268.19 | 1 | 0.49 |
| Hex | 75 | 0 | F9 | 35 | 64 | 0 | 2 | 10C | 64 | 31 |
| Octal | 165 | 0 | 371 | 65 | 144 | 0 | 2 | 414 | 144 | 61 |
| Binary | 1110101 | 0 | 11111001 | 110101 | 1100100 | 0 | 10 | 100001100 | 1100100 | 110001 |
Color Harmonies of #7500F9
Complementary color
Monochromatic Colors of #7500F9
Black with #7500F9
Text Example
Text Example
White with #7500F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7500F9; }
p { color: rgb(117,0,249); }
H1.HeaderClassName
{
color: #7500F9;
}
.AnyTagClassName
{
color: #7500F9;
}
</style>
background-color css
<style>
a { background-color: #7500F9; }
a { background-color: rgb(117,0,249); }
div.DivClassName
{
background-color: #7500F9;
}
.BgClassName
{
background-color: #7500F9;
}
</style>
border-color css
<style>
span { border-color: #7500F9; }
span { border-color: rgb(117,0,249); }
td.TdClassName
{
border-color: #7500F9;
}
.TagClassName
{
border-color: #7500F9;
}
</style>