Shades of Blue Violet #7938FA
Tints of Blue Violet #7938FA
RGB
CMYK
RGB Variations
Color information
#7938FA (or 0x7938FA) is known color: Blue Violet. HEX triplet: 79, 38 and FA. RGB value is (121,56,250). Sum of RGB (Red+Green+Blue) = 121+56+250=427 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.34% from 427); Green value is 56 (22.27% from 255 or 13.11% from 427); Blue value is 250 (98.05% from 255 or 58.55% from 427); Max value from RGB is 250 - color contains mainly: blue. Hex color #7938FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7938FA is #86C705. Grayscale: #606060. Windows color (decimal): -8832774 or 16398457. OLE color: 16398457.
HSL color Cylindrical-coordinate representation of color #7938FA: hue angle of 260.1º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7938FA is Cyan = 0.52, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 56 | 250 | - |
| CMYK | 0.52 | 0.78 | 0 | 0.02 |
| HSL | 260.1º | 0.95% | 0.6% | - |
| HSV(B) | 260.1º | 0.78% | 0.98% | - |
| XYZ | 26.55 | 13.8 | 91.71 | - |
| YUV | 97.55 | 214.03 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 56 | 250 | 0.52 | 0.78 | 0 | 0.02 | 260.1 | 0.95 | 0.6 |
| Hex | 79 | 38 | FA | 34 | 4E | 0 | 2 | 104 | 5F | 3C |
| Octal | 171 | 70 | 372 | 64 | 116 | 0 | 2 | 404 | 137 | 74 |
| Binary | 1111001 | 111000 | 11111010 | 110100 | 1001110 | 0 | 10 | 100000100 | 1011111 | 111100 |
Color Harmonies of #7938FA
Complementary color
Monochromatic Colors of #7938FA
Black with #7938FA
Text Example
Text Example
White with #7938FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7938FA; }
p { color: rgb(121,56,250); }
H1.HeaderClassName
{
color: #7938FA;
}
.AnyTagClassName
{
color: #7938FA;
}
</style>
background-color css
<style>
a { background-color: #7938FA; }
a { background-color: rgb(121,56,250); }
div.DivClassName
{
background-color: #7938FA;
}
.BgClassName
{
background-color: #7938FA;
}
</style>
border-color css
<style>
span { border-color: #7938FA; }
span { border-color: rgb(121,56,250); }
td.TdClassName
{
border-color: #7938FA;
}
.TagClassName
{
border-color: #7938FA;
}
</style>