Shades of Blue Violet #7938DC
Tints of Blue Violet #7938DC
RGB
CMYK
RGB Variations
Color information
#7938DC (or 0x7938DC) is known color: Blue Violet. HEX triplet: 79, 38 and DC. RGB value is (121,56,220). Sum of RGB (Red+Green+Blue) = 121+56+220=397 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.48% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #7938DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7938DC is #86C723. Grayscale: #5D5D5D. Windows color (decimal): -8832804 or 14432377. OLE color: 14432377.
HSL color Cylindrical-coordinate representation of color #7938DC: hue angle of 263.78º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7938DC is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 56 | 220 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.14 |
| HSL | 263.78º | 0.7% | 0.54% | - |
| HSV(B) | 263.78º | 0.75% | 0.86% | - |
| XYZ | 22.22 | 12.06 | 68.87 | - |
| YUV | 94.13 | 199.03 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 56 | 220 | 0.45 | 0.75 | 0 | 0.14 | 263.78 | 0.7 | 0.54 |
| Hex | 79 | 38 | DC | 2D | 4B | 0 | E | 108 | 46 | 36 |
| Octal | 171 | 70 | 334 | 55 | 113 | 0 | 16 | 410 | 106 | 66 |
| Binary | 1111001 | 111000 | 11011100 | 101101 | 1001011 | 0 | 1110 | 100001000 | 1000110 | 110110 |
Color Harmonies of #7938DC
Complementary color
Monochromatic Colors of #7938DC
Black with #7938DC
Text Example
Text Example
White with #7938DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7938DC; }
p { color: rgb(121,56,220); }
H1.HeaderClassName
{
color: #7938DC;
}
.AnyTagClassName
{
color: #7938DC;
}
</style>
background-color css
<style>
a { background-color: #7938DC; }
a { background-color: rgb(121,56,220); }
div.DivClassName
{
background-color: #7938DC;
}
.BgClassName
{
background-color: #7938DC;
}
</style>
border-color css
<style>
span { border-color: #7938DC; }
span { border-color: rgb(121,56,220); }
td.TdClassName
{
border-color: #7938DC;
}
.TagClassName
{
border-color: #7938DC;
}
</style>