Shades of Electric Indigo #7B0EFC
Tints of Electric Indigo #7B0EFC
RGB
CMYK
RGB Variations
Color information
#7B0EFC (or 0x7B0EFC) is known color: Electric Indigo. HEX triplet: 7B, 0E and FC. RGB value is (123,14,252). Sum of RGB (Red+Green+Blue) = 123+14+252=389 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.62% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 252 (98.83% from 255 or 64.78% from 389); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B0EFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B0EFC is #84F103. Grayscale: #484848. Windows color (decimal): -8712452 or 16518779. OLE color: 16518779.
HSL color Cylindrical-coordinate representation of color #7B0EFC: hue angle of 267.48º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B0EFC is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 14 | 252 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.01 |
| HSL | 267.48º | 0.98% | 0.52% | - |
| HSV(B) | 267.48º | 0.94% | 0.99% | - |
| XYZ | 25.9 | 11.55 | 92.96 | - |
| YUV | 73.72 | 228.61 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 14 | 252 | 0.51 | 0.94 | 0 | 0.01 | 267.48 | 0.98 | 0.52 |
| Hex | 7B | E | FC | 33 | 5E | 0 | 1 | 10B | 62 | 34 |
| Octal | 173 | 16 | 374 | 63 | 136 | 0 | 1 | 413 | 142 | 64 |
| Binary | 1111011 | 1110 | 11111100 | 110011 | 1011110 | 0 | 1 | 100001011 | 1100010 | 110100 |
Color Harmonies of #7B0EFC
Complementary color
Monochromatic Colors of #7B0EFC
Black with #7B0EFC
Text Example
Text Example
White with #7B0EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0EFC; }
p { color: rgb(123,14,252); }
H1.HeaderClassName
{
color: #7B0EFC;
}
.AnyTagClassName
{
color: #7B0EFC;
}
</style>
background-color css
<style>
a { background-color: #7B0EFC; }
a { background-color: rgb(123,14,252); }
div.DivClassName
{
background-color: #7B0EFC;
}
.BgClassName
{
background-color: #7B0EFC;
}
</style>
border-color css
<style>
span { border-color: #7B0EFC; }
span { border-color: rgb(123,14,252); }
td.TdClassName
{
border-color: #7B0EFC;
}
.TagClassName
{
border-color: #7B0EFC;
}
</style>