Shades of Electric Indigo #770BFE
Tints of Electric Indigo #770BFE
RGB
CMYK
RGB Variations
Color information
#770BFE (or 0x770BFE) is known color: Electric Indigo. HEX triplet: 77, 0B and FE. RGB value is (119,11,254). Sum of RGB (Red+Green+Blue) = 119+11+254=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 11 (4.69% from 255 or 2.86% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #770BFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #770BFE is #88F401. Grayscale: #464646. Windows color (decimal): -8975362 or 16649079. OLE color: 16649079.
HSL color Cylindrical-coordinate representation of color #770BFE: hue angle of 266.67º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #770BFE is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 119 | 11 | 254 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.00 |
| HSL | 266.67º | 0.99% | 0.52% | - |
| HSV(B) | 266.67º | 0.96% | 1% | - |
| XYZ | 25.62 | 11.32 | 94.6 | - |
| YUV | 70.99 | 231.28 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 11 | 254 | 0.53 | 0.96 | 0 | 0.00 | 266.67 | 0.99 | 0.52 |
| Hex | 77 | B | FE | 35 | 60 | 0 | 0 | 10B | 63 | 34 |
| Octal | 167 | 13 | 376 | 65 | 140 | 0 | 0 | 413 | 143 | 64 |
| Binary | 1110111 | 1011 | 11111110 | 110101 | 1100000 | 0 | 0 | 100001011 | 1100011 | 110100 |
Color Harmonies of #770BFE
Complementary color
Monochromatic Colors of #770BFE
Black with #770BFE
Text Example
Text Example
White with #770BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770BFE; }
p { color: rgb(119,11,254); }
H1.HeaderClassName
{
color: #770BFE;
}
.AnyTagClassName
{
color: #770BFE;
}
</style>
background-color css
<style>
a { background-color: #770BFE; }
a { background-color: rgb(119,11,254); }
div.DivClassName
{
background-color: #770BFE;
}
.BgClassName
{
background-color: #770BFE;
}
</style>
border-color css
<style>
span { border-color: #770BFE; }
span { border-color: rgb(119,11,254); }
td.TdClassName
{
border-color: #770BFE;
}
.TagClassName
{
border-color: #770BFE;
}
</style>