Shades of Electric Indigo #770EFB
Tints of Electric Indigo #770EFB
RGB
CMYK
RGB Variations
Color information
#770EFB (or 0x770EFB) is known color: Electric Indigo. HEX triplet: 77, 0E and FB. RGB value is (119,14,251). Sum of RGB (Red+Green+Blue) = 119+14+251=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 14 (5.86% from 255 or 3.65% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #770EFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770EFB is #88F104. Grayscale: #474747. Windows color (decimal): -8974597 or 16453239. OLE color: 16453239.
HSL color Cylindrical-coordinate representation of color #770EFB: hue angle of 266.58º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #770EFB is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 14 | 251 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.02 |
| HSL | 266.58º | 0.97% | 0.52% | - |
| HSV(B) | 266.58º | 0.94% | 0.98% | - |
| XYZ | 25.18 | 11.2 | 92.1 | - |
| YUV | 72.41 | 228.79 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 14 | 251 | 0.53 | 0.94 | 0 | 0.02 | 266.58 | 0.97 | 0.52 |
| Hex | 77 | E | FB | 35 | 5E | 0 | 2 | 10B | 61 | 34 |
| Octal | 167 | 16 | 373 | 65 | 136 | 0 | 2 | 413 | 141 | 64 |
| Binary | 1110111 | 1110 | 11111011 | 110101 | 1011110 | 0 | 10 | 100001011 | 1100001 | 110100 |
Color Harmonies of #770EFB
Complementary color
Monochromatic Colors of #770EFB
Black with #770EFB
Text Example
Text Example
White with #770EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770EFB; }
p { color: rgb(119,14,251); }
H1.HeaderClassName
{
color: #770EFB;
}
.AnyTagClassName
{
color: #770EFB;
}
</style>
background-color css
<style>
a { background-color: #770EFB; }
a { background-color: rgb(119,14,251); }
div.DivClassName
{
background-color: #770EFB;
}
.BgClassName
{
background-color: #770EFB;
}
</style>
border-color css
<style>
span { border-color: #770EFB; }
span { border-color: rgb(119,14,251); }
td.TdClassName
{
border-color: #770EFB;
}
.TagClassName
{
border-color: #770EFB;
}
</style>