Shades of Electric Indigo #7B0DFC
Tints of Electric Indigo #7B0DFC
RGB
CMYK
RGB Variations
Color information
#7B0DFC (or 0x7B0DFC) is known color: Electric Indigo. HEX triplet: 7B, 0D and FC. RGB value is (123,13,252). Sum of RGB (Red+Green+Blue) = 123+13+252=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 13 (5.47% from 255 or 3.35% from 388); Blue value is 252 (98.83% from 255 or 64.95% from 388); Max value from RGB is 252 - color contains mainly: blue. Hex color #7B0DFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B0DFC is #84F203. Grayscale: #484848. Windows color (decimal): -8712708 or 16518523. OLE color: 16518523.
HSL color Cylindrical-coordinate representation of color #7B0DFC: hue angle of 267.62º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B0DFC is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 123 | 13 | 252 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.01 |
| HSL | 267.62º | 0.98% | 0.52% | - |
| HSV(B) | 267.62º | 0.95% | 0.99% | - |
| XYZ | 25.88 | 11.53 | 92.96 | - |
| YUV | 73.14 | 228.94 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 13 | 252 | 0.51 | 0.95 | 0 | 0.01 | 267.62 | 0.98 | 0.52 |
| Hex | 7B | D | FC | 33 | 5F | 0 | 1 | 10C | 62 | 34 |
| Octal | 173 | 15 | 374 | 63 | 137 | 0 | 1 | 414 | 142 | 64 |
| Binary | 1111011 | 1101 | 11111100 | 110011 | 1011111 | 0 | 1 | 100001100 | 1100010 | 110100 |
Color Harmonies of #7B0DFC
Complementary color
Monochromatic Colors of #7B0DFC
Black with #7B0DFC
Text Example
Text Example
White with #7B0DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0DFC; }
p { color: rgb(123,13,252); }
H1.HeaderClassName
{
color: #7B0DFC;
}
.AnyTagClassName
{
color: #7B0DFC;
}
</style>
background-color css
<style>
a { background-color: #7B0DFC; }
a { background-color: rgb(123,13,252); }
div.DivClassName
{
background-color: #7B0DFC;
}
.BgClassName
{
background-color: #7B0DFC;
}
</style>
border-color css
<style>
span { border-color: #7B0DFC; }
span { border-color: rgb(123,13,252); }
td.TdClassName
{
border-color: #7B0DFC;
}
.TagClassName
{
border-color: #7B0DFC;
}
</style>