Shades of Electric Indigo #7608FA
Tints of Electric Indigo #7608FA
RGB
CMYK
RGB Variations
Color information
#7608FA (or 0x7608FA) is known color: Electric Indigo. HEX triplet: 76, 08 and FA. RGB value is (118,8,250). Sum of RGB (Red+Green+Blue) = 118+8+250=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 250 (98.05% from 255 or 66.49% from 376); Max value from RGB is 250 - color contains mainly: blue. Hex color #7608FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7608FA is #89F705. Grayscale: #434343. Windows color (decimal): -9041670 or 16386166. OLE color: 16386166.
HSL color Cylindrical-coordinate representation of color #7608FA: hue angle of 267.27º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7608FA is Cyan = 0.53, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 8 | 250 | - |
| CMYK | 0.53 | 0.97 | 0 | 0.02 |
| HSL | 267.27º | 0.96% | 0.51% | - |
| HSV(B) | 267.27º | 0.97% | 0.98% | - |
| XYZ | 24.81 | 10.93 | 91.24 | - |
| YUV | 68.48 | 230.44 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 8 | 250 | 0.53 | 0.97 | 0 | 0.02 | 267.27 | 0.96 | 0.51 |
| Hex | 76 | 8 | FA | 35 | 61 | 0 | 2 | 10B | 60 | 33 |
| Octal | 166 | 10 | 372 | 65 | 141 | 0 | 2 | 413 | 140 | 63 |
| Binary | 1110110 | 1000 | 11111010 | 110101 | 1100001 | 0 | 10 | 100001011 | 1100000 | 110011 |
Color Harmonies of #7608FA
Complementary color
Monochromatic Colors of #7608FA
Black with #7608FA
Text Example
Text Example
White with #7608FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7608FA; }
p { color: rgb(118,8,250); }
H1.HeaderClassName
{
color: #7608FA;
}
.AnyTagClassName
{
color: #7608FA;
}
</style>
background-color css
<style>
a { background-color: #7608FA; }
a { background-color: rgb(118,8,250); }
div.DivClassName
{
background-color: #7608FA;
}
.BgClassName
{
background-color: #7608FA;
}
</style>
border-color css
<style>
span { border-color: #7608FA; }
span { border-color: rgb(118,8,250); }
td.TdClassName
{
border-color: #7608FA;
}
.TagClassName
{
border-color: #7608FA;
}
</style>