Shades of Electric Indigo #7709FF
Tints of Electric Indigo #7709FF
RGB
CMYK
RGB Variations
Color information
#7709FF (or 0x7709FF) is known color: Electric Indigo. HEX triplet: 77, 09 and FF. RGB value is (119,9,255). Sum of RGB (Red+Green+Blue) = 119+9+255=383 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.07% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 255 (100% from 255 or 66.58% from 383); Max value from RGB is 255 - color contains mainly: blue. Hex color #7709FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7709FF is #88F600. Grayscale: #454545. Windows color (decimal): -8975873 or 16714103. OLE color: 16714103.
HSL color Cylindrical-coordinate representation of color #7709FF: hue angle of 266.83º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7709FF is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 9 | 255 | - |
| CMYK | 0.53 | 0.96 | 0 | 0 |
| HSL | 266.83º | 1% | 0.52% | - |
| HSV(B) | 266.83º | 0.96% | 1% | - |
| XYZ | 25.76 | 11.34 | 95.44 | - |
| YUV | 69.93 | 232.44 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 255 | 0.53 | 0.96 | 0 | 0 | 266.83 | 1 | 0.52 |
| Hex | 77 | 9 | FF | 35 | 60 | 0 | 0 | 10B | 64 | 34 |
| Octal | 167 | 11 | 377 | 65 | 140 | 0 | 0 | 413 | 144 | 64 |
| Binary | 1110111 | 1001 | 11111111 | 110101 | 1100000 | 0 | 0 | 100001011 | 1100100 | 110100 |
Color Harmonies of #7709FF
Complementary color
Monochromatic Colors of #7709FF
Black with #7709FF
Text Example
Text Example
White with #7709FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7709FF; }
p { color: rgb(119,9,255); }
H1.HeaderClassName
{
color: #7709FF;
}
.AnyTagClassName
{
color: #7709FF;
}
</style>
background-color css
<style>
a { background-color: #7709FF; }
a { background-color: rgb(119,9,255); }
div.DivClassName
{
background-color: #7709FF;
}
.BgClassName
{
background-color: #7709FF;
}
</style>
border-color css
<style>
span { border-color: #7709FF; }
span { border-color: rgb(119,9,255); }
td.TdClassName
{
border-color: #7709FF;
}
.TagClassName
{
border-color: #7709FF;
}
</style>