Shades of Blue Violet #792EFB
Tints of Blue Violet #792EFB
RGB
CMYK
RGB Variations
Color information
#792EFB (or 0x792EFB) is known color: Blue Violet. HEX triplet: 79, 2E and FB. RGB value is (121,46,251). Sum of RGB (Red+Green+Blue) = 121+46+251=418 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.95% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 251 (98.44% from 255 or 60.05% from 418); Max value from RGB is 251 - color contains mainly: blue. Hex color #792EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #792EFB is #86D104. Grayscale: #5B5B5B. Windows color (decimal): -8835333 or 16461433. OLE color: 16461433.
HSL color Cylindrical-coordinate representation of color #792EFB: hue angle of 261.95º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #792EFB is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 46 | 251 | - |
| CMYK | 0.52 | 0.82 | 0 | 0.02 |
| HSL | 261.95º | 0.96% | 0.58% | - |
| HSV(B) | 261.95º | 0.82% | 0.98% | - |
| XYZ | 26.27 | 12.98 | 92.39 | - |
| YUV | 91.8 | 217.85 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 46 | 251 | 0.52 | 0.82 | 0 | 0.02 | 261.95 | 0.96 | 0.58 |
| Hex | 79 | 2E | FB | 34 | 52 | 0 | 2 | 106 | 60 | 3A |
| Octal | 171 | 56 | 373 | 64 | 122 | 0 | 2 | 406 | 140 | 72 |
| Binary | 1111001 | 101110 | 11111011 | 110100 | 1010010 | 0 | 10 | 100000110 | 1100000 | 111010 |
Color Harmonies of #792EFB
Complementary color
Monochromatic Colors of #792EFB
Black with #792EFB
Text Example
Text Example
White with #792EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792EFB; }
p { color: rgb(121,46,251); }
H1.HeaderClassName
{
color: #792EFB;
}
.AnyTagClassName
{
color: #792EFB;
}
</style>
background-color css
<style>
a { background-color: #792EFB; }
a { background-color: rgb(121,46,251); }
div.DivClassName
{
background-color: #792EFB;
}
.BgClassName
{
background-color: #792EFB;
}
</style>
border-color css
<style>
span { border-color: #792EFB; }
span { border-color: rgb(121,46,251); }
td.TdClassName
{
border-color: #792EFB;
}
.TagClassName
{
border-color: #792EFB;
}
</style>