Shades of Electric Indigo #790CFB
Tints of Electric Indigo #790CFB
RGB
CMYK
RGB Variations
Color information
#790CFB (or 0x790CFB) is known color: Electric Indigo. HEX triplet: 79, 0C and FB. RGB value is (121,12,251). Sum of RGB (Red+Green+Blue) = 121+12+251=384 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.51% from 384); Green value is 12 (5.08% from 255 or 3.12% from 384); Blue value is 251 (98.44% from 255 or 65.36% from 384); Max value from RGB is 251 - color contains mainly: blue. Hex color #790CFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #790CFB is #86F304. Grayscale: #464646. Windows color (decimal): -8844037 or 16452729. OLE color: 16452729.
HSL color Cylindrical-coordinate representation of color #790CFB: hue angle of 267.36º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #790CFB is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 12 | 251 | - |
| CMYK | 0.52 | 0.95 | 0 | 0.02 |
| HSL | 267.36º | 0.97% | 0.52% | - |
| HSV(B) | 267.36º | 0.95% | 0.98% | - |
| XYZ | 25.43 | 11.29 | 92.11 | - |
| YUV | 71.84 | 229.11 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 12 | 251 | 0.52 | 0.95 | 0 | 0.02 | 267.36 | 0.97 | 0.52 |
| Hex | 79 | C | FB | 34 | 5F | 0 | 2 | 10B | 61 | 34 |
| Octal | 171 | 14 | 373 | 64 | 137 | 0 | 2 | 413 | 141 | 64 |
| Binary | 1111001 | 1100 | 11111011 | 110100 | 1011111 | 0 | 10 | 100001011 | 1100001 | 110100 |
Color Harmonies of #790CFB
Complementary color
Monochromatic Colors of #790CFB
Black with #790CFB
Text Example
Text Example
White with #790CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #790CFB; }
p { color: rgb(121,12,251); }
H1.HeaderClassName
{
color: #790CFB;
}
.AnyTagClassName
{
color: #790CFB;
}
</style>
background-color css
<style>
a { background-color: #790CFB; }
a { background-color: rgb(121,12,251); }
div.DivClassName
{
background-color: #790CFB;
}
.BgClassName
{
background-color: #790CFB;
}
</style>
border-color css
<style>
span { border-color: #790CFB; }
span { border-color: rgb(121,12,251); }
td.TdClassName
{
border-color: #790CFB;
}
.TagClassName
{
border-color: #790CFB;
}
</style>