Shades of Electric Indigo #7B17F8
Tints of Electric Indigo #7B17F8
RGB
CMYK
RGB Variations
Color information
#7B17F8 (or 0x7B17F8) is known color: Electric Indigo. HEX triplet: 7B, 17 and F8. RGB value is (123,23,248). Sum of RGB (Red+Green+Blue) = 123+23+248=394 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.22% from 394); Green value is 23 (9.38% from 255 or 5.84% from 394); Blue value is 248 (97.27% from 255 or 62.94% from 394); Max value from RGB is 248 - color contains mainly: blue. Hex color #7B17F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7B17F8 is #84E807. Grayscale: #4D4D4D. Windows color (decimal): -8710152 or 16258939. OLE color: 16258939.
HSL color Cylindrical-coordinate representation of color #7B17F8: hue angle of 266.67º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7B17F8 is Cyan = 0.50, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 123 | 23 | 248 | - |
| CMYK | 0.50 | 0.91 | 0 | 0.03 |
| HSL | 266.67º | 0.94% | 0.53% | - |
| HSV(B) | 266.67º | 0.91% | 0.97% | - |
| XYZ | 25.42 | 11.6 | 89.71 | - |
| YUV | 78.55 | 223.63 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 23 | 248 | 0.50 | 0.91 | 0 | 0.03 | 266.67 | 0.94 | 0.53 |
| Hex | 7B | 17 | F8 | 32 | 5B | 0 | 3 | 10B | 5E | 35 |
| Octal | 173 | 27 | 370 | 62 | 133 | 0 | 3 | 413 | 136 | 65 |
| Binary | 1111011 | 10111 | 11111000 | 110010 | 1011011 | 0 | 11 | 100001011 | 1011110 | 110101 |
Color Harmonies of #7B17F8
Complementary color
Monochromatic Colors of #7B17F8
Black with #7B17F8
Text Example
Text Example
White with #7B17F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B17F8; }
p { color: rgb(123,23,248); }
H1.HeaderClassName
{
color: #7B17F8;
}
.AnyTagClassName
{
color: #7B17F8;
}
</style>
background-color css
<style>
a { background-color: #7B17F8; }
a { background-color: rgb(123,23,248); }
div.DivClassName
{
background-color: #7B17F8;
}
.BgClassName
{
background-color: #7B17F8;
}
</style>
border-color css
<style>
span { border-color: #7B17F8; }
span { border-color: rgb(123,23,248); }
td.TdClassName
{
border-color: #7B17F8;
}
.TagClassName
{
border-color: #7B17F8;
}
</style>