Shades of Blue Violet #7844EB
Tints of Blue Violet #7844EB
RGB
CMYK
RGB Variations
Color information
#7844EB (or 0x7844EB) is known color: Blue Violet. HEX triplet: 78, 44 and EB. RGB value is (120,68,235). Sum of RGB (Red+Green+Blue) = 120+68+235=423 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.37% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #7844EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7844EB is #87BB14. Grayscale: #656565. Windows color (decimal): -8895253 or 15418488. OLE color: 15418488.
HSL color Cylindrical-coordinate representation of color #7844EB: hue angle of 258.68º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7844EB is Cyan = 0.49, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 68 | 235 | - |
| CMYK | 0.49 | 0.71 | 0 | 0.08 |
| HSL | 258.68º | 0.81% | 0.59% | - |
| HSV(B) | 258.68º | 0.71% | 0.92% | - |
| XYZ | 24.81 | 14.13 | 80.02 | - |
| YUV | 102.59 | 202.73 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 68 | 235 | 0.49 | 0.71 | 0 | 0.08 | 258.68 | 0.81 | 0.59 |
| Hex | 78 | 44 | EB | 31 | 47 | 0 | 8 | 103 | 51 | 3B |
| Octal | 170 | 104 | 353 | 61 | 107 | 0 | 10 | 403 | 121 | 73 |
| Binary | 1111000 | 1000100 | 11101011 | 110001 | 1000111 | 0 | 1000 | 100000011 | 1010001 | 111011 |
Color Harmonies of #7844EB
Complementary color
Monochromatic Colors of #7844EB
Black with #7844EB
Text Example
Text Example
White with #7844EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7844EB; }
p { color: rgb(120,68,235); }
H1.HeaderClassName
{
color: #7844EB;
}
.AnyTagClassName
{
color: #7844EB;
}
</style>
background-color css
<style>
a { background-color: #7844EB; }
a { background-color: rgb(120,68,235); }
div.DivClassName
{
background-color: #7844EB;
}
.BgClassName
{
background-color: #7844EB;
}
</style>
border-color css
<style>
span { border-color: #7844EB; }
span { border-color: rgb(120,68,235); }
td.TdClassName
{
border-color: #7844EB;
}
.TagClassName
{
border-color: #7844EB;
}
</style>