Shades of Electric Indigo #7B0DFE
Tints of Electric Indigo #7B0DFE
RGB
CMYK
RGB Variations
Color information
#7B0DFE (or 0x7B0DFE) is known color: Electric Indigo. HEX triplet: 7B, 0D and FE. RGB value is (123,13,254). Sum of RGB (Red+Green+Blue) = 123+13+254=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 254 (99.61% from 255 or 65.13% from 390); Max value from RGB is 254 - color contains mainly: blue. Hex color #7B0DFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B0DFE is #84F201. Grayscale: #484848. Windows color (decimal): -8712706 or 16649595. OLE color: 16649595.
HSL color Cylindrical-coordinate representation of color #7B0DFE: hue angle of 267.39º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B0DFE is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 123 | 13 | 254 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.00 |
| HSL | 267.39º | 0.99% | 0.52% | - |
| HSV(B) | 267.39º | 0.95% | 1% | - |
| XYZ | 26.2 | 11.65 | 94.63 | - |
| YUV | 73.36 | 229.94 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 13 | 254 | 0.52 | 0.95 | 0 | 0.00 | 267.39 | 0.99 | 0.52 |
| Hex | 7B | D | FE | 34 | 5F | 0 | 0 | 10B | 63 | 34 |
| Octal | 173 | 15 | 376 | 64 | 137 | 0 | 0 | 413 | 143 | 64 |
| Binary | 1111011 | 1101 | 11111110 | 110100 | 1011111 | 0 | 0 | 100001011 | 1100011 | 110100 |
Color Harmonies of #7B0DFE
Complementary color
Monochromatic Colors of #7B0DFE
Black with #7B0DFE
Text Example
Text Example
White with #7B0DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0DFE; }
p { color: rgb(123,13,254); }
H1.HeaderClassName
{
color: #7B0DFE;
}
.AnyTagClassName
{
color: #7B0DFE;
}
</style>
background-color css
<style>
a { background-color: #7B0DFE; }
a { background-color: rgb(123,13,254); }
div.DivClassName
{
background-color: #7B0DFE;
}
.BgClassName
{
background-color: #7B0DFE;
}
</style>
border-color css
<style>
span { border-color: #7B0DFE; }
span { border-color: rgb(123,13,254); }
td.TdClassName
{
border-color: #7B0DFE;
}
.TagClassName
{
border-color: #7B0DFE;
}
</style>