Shades of Blue Violet #7C26EB
Tints of Blue Violet #7C26EB
RGB
CMYK
RGB Variations
Color information
#7C26EB (or 0x7C26EB) is known color: Blue Violet. HEX triplet: 7C, 26 and EB. RGB value is (124,38,235). Sum of RGB (Red+Green+Blue) = 124+38+235=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 235 (92.19% from 255 or 59.19% from 397); Max value from RGB is 235 - color contains mainly: blue. Hex color #7C26EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7C26EB is #83D914. Grayscale: #555555. Windows color (decimal): -8640789 or 15410812. OLE color: 15410812.
HSL color Cylindrical-coordinate representation of color #7C26EB: hue angle of 266.19º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C26EB is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 124 | 38 | 235 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.08 |
| HSL | 266.19º | 0.83% | 0.54% | - |
| HSV(B) | 266.19º | 0.84% | 0.92% | - |
| XYZ | 24 | 11.67 | 79.58 | - |
| YUV | 86.17 | 211.99 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 38 | 235 | 0.47 | 0.84 | 0 | 0.08 | 266.19 | 0.83 | 0.54 |
| Hex | 7C | 26 | EB | 2F | 54 | 0 | 8 | 10A | 53 | 36 |
| Octal | 174 | 46 | 353 | 57 | 124 | 0 | 10 | 412 | 123 | 66 |
| Binary | 1111100 | 100110 | 11101011 | 101111 | 1010100 | 0 | 1000 | 100001010 | 1010011 | 110110 |
Color Harmonies of #7C26EB
Complementary color
Monochromatic Colors of #7C26EB
Black with #7C26EB
Text Example
Text Example
White with #7C26EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C26EB; }
p { color: rgb(124,38,235); }
H1.HeaderClassName
{
color: #7C26EB;
}
.AnyTagClassName
{
color: #7C26EB;
}
</style>
background-color css
<style>
a { background-color: #7C26EB; }
a { background-color: rgb(124,38,235); }
div.DivClassName
{
background-color: #7C26EB;
}
.BgClassName
{
background-color: #7C26EB;
}
</style>
border-color css
<style>
span { border-color: #7C26EB; }
span { border-color: rgb(124,38,235); }
td.TdClassName
{
border-color: #7C26EB;
}
.TagClassName
{
border-color: #7C26EB;
}
</style>