Shades of Electric Indigo #760BED
Tints of Electric Indigo #760BED
RGB
CMYK
RGB Variations
Color information
#760BED (or 0x760BED) is known color: Electric Indigo. HEX triplet: 76, 0B and ED. RGB value is (118,11,237). Sum of RGB (Red+Green+Blue) = 118+11+237=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 237 (92.97% from 255 or 64.75% from 366); Max value from RGB is 237 - color contains mainly: blue. Hex color #760BED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760BED is #89F412. Grayscale: #434343. Windows color (decimal): -9040915 or 15534966. OLE color: 15534966.
HSL color Cylindrical-coordinate representation of color #760BED: hue angle of 268.41º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760BED is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 11 | 237 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.07 |
| HSL | 268.41º | 0.91% | 0.49% | - |
| HSV(B) | 268.41º | 0.95% | 0.93% | - |
| XYZ | 22.88 | 10.21 | 80.88 | - |
| YUV | 68.76 | 222.95 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 237 | 0.50 | 0.95 | 0 | 0.07 | 268.41 | 0.91 | 0.49 |
| Hex | 76 | B | ED | 32 | 5F | 0 | 7 | 10C | 5B | 31 |
| Octal | 166 | 13 | 355 | 62 | 137 | 0 | 7 | 414 | 133 | 61 |
| Binary | 1110110 | 1011 | 11101101 | 110010 | 1011111 | 0 | 111 | 100001100 | 1011011 | 110001 |
Color Harmonies of #760BED
Complementary color
Monochromatic Colors of #760BED
Black with #760BED
Text Example
Text Example
White with #760BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760BED; }
p { color: rgb(118,11,237); }
H1.HeaderClassName
{
color: #760BED;
}
.AnyTagClassName
{
color: #760BED;
}
</style>
background-color css
<style>
a { background-color: #760BED; }
a { background-color: rgb(118,11,237); }
div.DivClassName
{
background-color: #760BED;
}
.BgClassName
{
background-color: #760BED;
}
</style>
border-color css
<style>
span { border-color: #760BED; }
span { border-color: rgb(118,11,237); }
td.TdClassName
{
border-color: #760BED;
}
.TagClassName
{
border-color: #760BED;
}
</style>