Shades of Electric Indigo #7509F8
Tints of Electric Indigo #7509F8
RGB
CMYK
RGB Variations
Color information
#7509F8 (or 0x7509F8) is known color: Electric Indigo. HEX triplet: 75, 09 and F8. RGB value is (117,9,248). Sum of RGB (Red+Green+Blue) = 117+9+248=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 9 (3.91% from 255 or 2.41% from 374); Blue value is 248 (97.27% from 255 or 66.31% from 374); Max value from RGB is 248 - color contains mainly: blue. Hex color #7509F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7509F8 is #8AF607. Grayscale: #434343. Windows color (decimal): -9106952 or 16255349. OLE color: 16255349.
HSL color Cylindrical-coordinate representation of color #7509F8: hue angle of 267.11º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7509F8 is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 117 | 9 | 248 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.03 |
| HSL | 267.11º | 0.94% | 0.5% | - |
| HSV(B) | 267.11º | 0.96% | 0.97% | - |
| XYZ | 24.38 | 10.75 | 89.6 | - |
| YUV | 68.54 | 229.28 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 248 | 0.53 | 0.96 | 0 | 0.03 | 267.11 | 0.94 | 0.5 |
| Hex | 75 | 9 | F8 | 35 | 60 | 0 | 3 | 10B | 5E | 32 |
| Octal | 165 | 11 | 370 | 65 | 140 | 0 | 3 | 413 | 136 | 62 |
| Binary | 1110101 | 1001 | 11111000 | 110101 | 1100000 | 0 | 11 | 100001011 | 1011110 | 110010 |
Color Harmonies of #7509F8
Complementary color
Monochromatic Colors of #7509F8
Black with #7509F8
Text Example
Text Example
White with #7509F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7509F8; }
p { color: rgb(117,9,248); }
H1.HeaderClassName
{
color: #7509F8;
}
.AnyTagClassName
{
color: #7509F8;
}
</style>
background-color css
<style>
a { background-color: #7509F8; }
a { background-color: rgb(117,9,248); }
div.DivClassName
{
background-color: #7509F8;
}
.BgClassName
{
background-color: #7509F8;
}
</style>
border-color css
<style>
span { border-color: #7509F8; }
span { border-color: rgb(117,9,248); }
td.TdClassName
{
border-color: #7509F8;
}
.TagClassName
{
border-color: #7509F8;
}
</style>