Shades of Electric Indigo #7500F8
Tints of Electric Indigo #7500F8
RGB
CMYK
RGB Variations
Color information
#7500F8 (or 0x7500F8) is known color: Electric Indigo. HEX triplet: 75, 00 and F8. RGB value is (117,0,248). Sum of RGB (Red+Green+Blue) = 117+0+248=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 248 (97.27% from 255 or 67.95% from 365); Max value from RGB is 248 - color contains mainly: blue. Hex color #7500F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7500F8 is #8AFF07. Grayscale: #3E3E3E. Windows color (decimal): -9109256 or 16253045. OLE color: 16253045.
HSL color Cylindrical-coordinate representation of color #7500F8: hue angle of 268.31º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7500F8 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 117 | 0 | 248 | - |
| CMYK | 0.53 | 1 | 0 | 0.03 |
| HSL | 268.31º | 1% | 0.49% | - |
| HSV(B) | 268.31º | 1% | 0.97% | - |
| XYZ | 24.28 | 10.56 | 89.57 | - |
| YUV | 63.26 | 232.26 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 0 | 248 | 0.53 | 1 | 0 | 0.03 | 268.31 | 1 | 0.49 |
| Hex | 75 | 0 | F8 | 35 | 64 | 0 | 3 | 10C | 64 | 31 |
| Octal | 165 | 0 | 370 | 65 | 144 | 0 | 3 | 414 | 144 | 61 |
| Binary | 1110101 | 0 | 11111000 | 110101 | 1100100 | 0 | 11 | 100001100 | 1100100 | 110001 |
Color Harmonies of #7500F8
Complementary color
Monochromatic Colors of #7500F8
Black with #7500F8
Text Example
Text Example
White with #7500F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7500F8; }
p { color: rgb(117,0,248); }
H1.HeaderClassName
{
color: #7500F8;
}
.AnyTagClassName
{
color: #7500F8;
}
</style>
background-color css
<style>
a { background-color: #7500F8; }
a { background-color: rgb(117,0,248); }
div.DivClassName
{
background-color: #7500F8;
}
.BgClassName
{
background-color: #7500F8;
}
</style>
border-color css
<style>
span { border-color: #7500F8; }
span { border-color: rgb(117,0,248); }
td.TdClassName
{
border-color: #7500F8;
}
.TagClassName
{
border-color: #7500F8;
}
</style>