Shades of Blue Violet #7938FE
Tints of Blue Violet #7938FE
RGB
CMYK
RGB Variations
Color information
#7938FE (or 0x7938FE) is known color: Blue Violet. HEX triplet: 79, 38 and FE. RGB value is (121,56,254). Sum of RGB (Red+Green+Blue) = 121+56+254=431 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.07% from 431); Green value is 56 (22.27% from 255 or 12.99% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #7938FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7938FE is #86C701. Grayscale: #616161. Windows color (decimal): -8832770 or 16660601. OLE color: 16660601.
HSL color Cylindrical-coordinate representation of color #7938FE: hue angle of 259.7º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7938FE is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 56 | 254 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.00 |
| HSL | 259.7º | 0.99% | 0.61% | - |
| HSV(B) | 259.7º | 0.78% | 1% | - |
| XYZ | 27.19 | 14.05 | 95.04 | - |
| YUV | 98.01 | 216.03 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 56 | 254 | 0.52 | 0.78 | 0 | 0.00 | 259.7 | 0.99 | 0.61 |
| Hex | 79 | 38 | FE | 34 | 4E | 0 | 0 | 104 | 63 | 3D |
| Octal | 171 | 70 | 376 | 64 | 116 | 0 | 0 | 404 | 143 | 75 |
| Binary | 1111001 | 111000 | 11111110 | 110100 | 1001110 | 0 | 0 | 100000100 | 1100011 | 111101 |
Color Harmonies of #7938FE
Complementary color
Monochromatic Colors of #7938FE
Black with #7938FE
Text Example
Text Example
White with #7938FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7938FE; }
p { color: rgb(121,56,254); }
H1.HeaderClassName
{
color: #7938FE;
}
.AnyTagClassName
{
color: #7938FE;
}
</style>
background-color css
<style>
a { background-color: #7938FE; }
a { background-color: rgb(121,56,254); }
div.DivClassName
{
background-color: #7938FE;
}
.BgClassName
{
background-color: #7938FE;
}
</style>
border-color css
<style>
span { border-color: #7938FE; }
span { border-color: rgb(121,56,254); }
td.TdClassName
{
border-color: #7938FE;
}
.TagClassName
{
border-color: #7938FE;
}
</style>