Shades of Blue Violet #7928EA
Tints of Blue Violet #7928EA
RGB
CMYK
RGB Variations
Color information
#7928EA (or 0x7928EA) is known color: Blue Violet. HEX triplet: 79, 28 and EA. RGB value is (121,40,234). Sum of RGB (Red+Green+Blue) = 121+40+234=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #7928EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7928EA is #86D715. Grayscale: #555555. Windows color (decimal): -8836886 or 15345785. OLE color: 15345785.
HSL color Cylindrical-coordinate representation of color #7928EA: hue angle of 265.05º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7928EA is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 121 | 40 | 234 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.08 |
| HSL | 265.05º | 0.82% | 0.54% | - |
| HSV(B) | 265.05º | 0.83% | 0.92% | - |
| XYZ | 23.5 | 11.52 | 78.83 | - |
| YUV | 86.34 | 211.34 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 40 | 234 | 0.48 | 0.83 | 0 | 0.08 | 265.05 | 0.82 | 0.54 |
| Hex | 79 | 28 | EA | 30 | 53 | 0 | 8 | 109 | 52 | 36 |
| Octal | 171 | 50 | 352 | 60 | 123 | 0 | 10 | 411 | 122 | 66 |
| Binary | 1111001 | 101000 | 11101010 | 110000 | 1010011 | 0 | 1000 | 100001001 | 1010010 | 110110 |
Color Harmonies of #7928EA
Complementary color
Monochromatic Colors of #7928EA
Black with #7928EA
Text Example
Text Example
White with #7928EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7928EA; }
p { color: rgb(121,40,234); }
H1.HeaderClassName
{
color: #7928EA;
}
.AnyTagClassName
{
color: #7928EA;
}
</style>
background-color css
<style>
a { background-color: #7928EA; }
a { background-color: rgb(121,40,234); }
div.DivClassName
{
background-color: #7928EA;
}
.BgClassName
{
background-color: #7928EA;
}
</style>
border-color css
<style>
span { border-color: #7928EA; }
span { border-color: rgb(121,40,234); }
td.TdClassName
{
border-color: #7928EA;
}
.TagClassName
{
border-color: #7928EA;
}
</style>