Shades of Blue Violet #7928EE
Tints of Blue Violet #7928EE
RGB
CMYK
RGB Variations
Color information
#7928EE (or 0x7928EE) is known color: Blue Violet. HEX triplet: 79, 28 and EE. RGB value is (121,40,238). Sum of RGB (Red+Green+Blue) = 121+40+238=399 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.33% from 399); Green value is 40 (16.02% from 255 or 10.03% from 399); Blue value is 238 (93.36% from 255 or 59.65% from 399); Max value from RGB is 238 - color contains mainly: blue. Hex color #7928EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7928EE is #86D711. Grayscale: #565656. Windows color (decimal): -8836882 or 15607929. OLE color: 15607929.
HSL color Cylindrical-coordinate representation of color #7928EE: hue angle of 264.55º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7928EE is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 40 | 238 | - |
| CMYK | 0.49 | 0.83 | 0 | 0.07 |
| HSL | 264.55º | 0.85% | 0.55% | - |
| HSV(B) | 264.55º | 0.83% | 0.93% | - |
| XYZ | 24.08 | 11.76 | 81.89 | - |
| YUV | 86.79 | 213.34 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 40 | 238 | 0.49 | 0.83 | 0 | 0.07 | 264.55 | 0.85 | 0.55 |
| Hex | 79 | 28 | EE | 31 | 53 | 0 | 7 | 109 | 55 | 37 |
| Octal | 171 | 50 | 356 | 61 | 123 | 0 | 7 | 411 | 125 | 67 |
| Binary | 1111001 | 101000 | 11101110 | 110001 | 1010011 | 0 | 111 | 100001001 | 1010101 | 110111 |
Color Harmonies of #7928EE
Complementary color
Monochromatic Colors of #7928EE
Black with #7928EE
Text Example
Text Example
White with #7928EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7928EE; }
p { color: rgb(121,40,238); }
H1.HeaderClassName
{
color: #7928EE;
}
.AnyTagClassName
{
color: #7928EE;
}
</style>
background-color css
<style>
a { background-color: #7928EE; }
a { background-color: rgb(121,40,238); }
div.DivClassName
{
background-color: #7928EE;
}
.BgClassName
{
background-color: #7928EE;
}
</style>
border-color css
<style>
span { border-color: #7928EE; }
span { border-color: rgb(121,40,238); }
td.TdClassName
{
border-color: #7928EE;
}
.TagClassName
{
border-color: #7928EE;
}
</style>