Shades of Electric Indigo #7718F9
Tints of Electric Indigo #7718F9
RGB
CMYK
RGB Variations
Color information
#7718F9 (or 0x7718F9) is known color: Electric Indigo. HEX triplet: 77, 18 and F9. RGB value is (119,24,249). Sum of RGB (Red+Green+Blue) = 119+24+249=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 249 (97.66% from 255 or 63.52% from 392); Max value from RGB is 249 - color contains mainly: blue. Hex color #7718F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7718F9 is #88E706. Grayscale: #4D4D4D. Windows color (decimal): -8972039 or 16324727. OLE color: 16324727.
HSL color Cylindrical-coordinate representation of color #7718F9: hue angle of 265.33º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7718F9 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 24 | 249 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.02 |
| HSL | 265.33º | 0.95% | 0.54% | - |
| HSV(B) | 265.33º | 0.9% | 0.98% | - |
| XYZ | 25.03 | 11.41 | 90.51 | - |
| YUV | 78.06 | 224.47 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 24 | 249 | 0.52 | 0.90 | 0 | 0.02 | 265.33 | 0.95 | 0.54 |
| Hex | 77 | 18 | F9 | 34 | 5A | 0 | 2 | 109 | 5F | 36 |
| Octal | 167 | 30 | 371 | 64 | 132 | 0 | 2 | 411 | 137 | 66 |
| Binary | 1110111 | 11000 | 11111001 | 110100 | 1011010 | 0 | 10 | 100001001 | 1011111 | 110110 |
Color Harmonies of #7718F9
Complementary color
Monochromatic Colors of #7718F9
Black with #7718F9
Text Example
Text Example
White with #7718F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7718F9; }
p { color: rgb(119,24,249); }
H1.HeaderClassName
{
color: #7718F9;
}
.AnyTagClassName
{
color: #7718F9;
}
</style>
background-color css
<style>
a { background-color: #7718F9; }
a { background-color: rgb(119,24,249); }
div.DivClassName
{
background-color: #7718F9;
}
.BgClassName
{
background-color: #7718F9;
}
</style>
border-color css
<style>
span { border-color: #7718F9; }
span { border-color: rgb(119,24,249); }
td.TdClassName
{
border-color: #7718F9;
}
.TagClassName
{
border-color: #7718F9;
}
</style>