Shades of Electric Indigo #7508F0
Tints of Electric Indigo #7508F0
RGB
CMYK
RGB Variations
Color information
#7508F0 (or 0x7508F0) is known color: Electric Indigo. HEX triplet: 75, 08 and F0. RGB value is (117,8,240). Sum of RGB (Red+Green+Blue) = 117+8+240=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 240 (94.14% from 255 or 65.75% from 365); Max value from RGB is 240 - color contains mainly: blue. Hex color #7508F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7508F0 is #8AF70F. Grayscale: #424242. Windows color (decimal): -9107216 or 15730805. OLE color: 15730805.
HSL color Cylindrical-coordinate representation of color #7508F0: hue angle of 268.19º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7508F0 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 117 | 8 | 240 | - |
| CMYK | 0.51 | 0.97 | 0 | 0.06 |
| HSL | 268.19º | 0.94% | 0.49% | - |
| HSV(B) | 268.19º | 0.97% | 0.94% | - |
| XYZ | 23.15 | 10.25 | 83.2 | - |
| YUV | 67.04 | 225.61 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 8 | 240 | 0.51 | 0.97 | 0 | 0.06 | 268.19 | 0.94 | 0.49 |
| Hex | 75 | 8 | F0 | 33 | 61 | 0 | 6 | 10C | 5E | 31 |
| Octal | 165 | 10 | 360 | 63 | 141 | 0 | 6 | 414 | 136 | 61 |
| Binary | 1110101 | 1000 | 11110000 | 110011 | 1100001 | 0 | 110 | 100001100 | 1011110 | 110001 |
Color Harmonies of #7508F0
Complementary color
Monochromatic Colors of #7508F0
Black with #7508F0
Text Example
Text Example
White with #7508F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7508F0; }
p { color: rgb(117,8,240); }
H1.HeaderClassName
{
color: #7508F0;
}
.AnyTagClassName
{
color: #7508F0;
}
</style>
background-color css
<style>
a { background-color: #7508F0; }
a { background-color: rgb(117,8,240); }
div.DivClassName
{
background-color: #7508F0;
}
.BgClassName
{
background-color: #7508F0;
}
</style>
border-color css
<style>
span { border-color: #7508F0; }
span { border-color: rgb(117,8,240); }
td.TdClassName
{
border-color: #7508F0;
}
.TagClassName
{
border-color: #7508F0;
}
</style>