Shades of Electric Indigo #760FF8
Tints of Electric Indigo #760FF8
RGB
CMYK
RGB Variations
Color information
#760FF8 (or 0x760FF8) is known color: Electric Indigo. HEX triplet: 76, 0F and F8. RGB value is (118,15,248). Sum of RGB (Red+Green+Blue) = 118+15+248=381 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.97% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 248 (97.27% from 255 or 65.09% from 381); Max value from RGB is 248 - color contains mainly: blue. Hex color #760FF8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760FF8 is #89F007. Grayscale: #474747. Windows color (decimal): -9039880 or 16256886. OLE color: 16256886.
HSL color Cylindrical-coordinate representation of color #760FF8: hue angle of 266.52º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760FF8 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 118 | 15 | 248 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.03 |
| HSL | 266.52º | 0.94% | 0.52% | - |
| HSV(B) | 266.52º | 0.94% | 0.97% | - |
| XYZ | 24.59 | 10.97 | 89.63 | - |
| YUV | 72.36 | 227.12 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 248 | 0.52 | 0.94 | 0 | 0.03 | 266.52 | 0.94 | 0.52 |
| Hex | 76 | F | F8 | 34 | 5E | 0 | 3 | 10B | 5E | 34 |
| Octal | 166 | 17 | 370 | 64 | 136 | 0 | 3 | 413 | 136 | 64 |
| Binary | 1110110 | 1111 | 11111000 | 110100 | 1011110 | 0 | 11 | 100001011 | 1011110 | 110100 |
Color Harmonies of #760FF8
Complementary color
Monochromatic Colors of #760FF8
Black with #760FF8
Text Example
Text Example
White with #760FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760FF8; }
p { color: rgb(118,15,248); }
H1.HeaderClassName
{
color: #760FF8;
}
.AnyTagClassName
{
color: #760FF8;
}
</style>
background-color css
<style>
a { background-color: #760FF8; }
a { background-color: rgb(118,15,248); }
div.DivClassName
{
background-color: #760FF8;
}
.BgClassName
{
background-color: #760FF8;
}
</style>
border-color css
<style>
span { border-color: #760FF8; }
span { border-color: rgb(118,15,248); }
td.TdClassName
{
border-color: #760FF8;
}
.TagClassName
{
border-color: #760FF8;
}
</style>