Shades of Blue Violet #7923CE
Tints of Blue Violet #7923CE
RGB
CMYK
RGB Variations
Color information
#7923CE (or 0x7923CE) is known color: Blue Violet. HEX triplet: 79, 23 and CE. RGB value is (121,35,206). Sum of RGB (Red+Green+Blue) = 121+35+206=362 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.43% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 206 (80.86% from 255 or 56.91% from 362); Max value from RGB is 206 - color contains mainly: blue. Hex color #7923CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7923CE is #86DC31. Grayscale: #4F4F4F. Windows color (decimal): -8838194 or 13509497. OLE color: 13509497.
HSL color Cylindrical-coordinate representation of color #7923CE: hue angle of 270.18º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7923CE is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 35 | 206 | - |
| CMYK | 0.41 | 0.83 | 0 | 0.19 |
| HSL | 270.18º | 0.71% | 0.47% | - |
| HSV(B) | 270.18º | 0.83% | 0.81% | - |
| XYZ | 19.63 | 9.72 | 59.23 | - |
| YUV | 80.21 | 198.99 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 35 | 206 | 0.41 | 0.83 | 0 | 0.19 | 270.18 | 0.71 | 0.47 |
| Hex | 79 | 23 | CE | 29 | 53 | 0 | 13 | 10E | 47 | 2F |
| Octal | 171 | 43 | 316 | 51 | 123 | 0 | 23 | 416 | 107 | 57 |
| Binary | 1111001 | 100011 | 11001110 | 101001 | 1010011 | 0 | 10011 | 100001110 | 1000111 | 101111 |
Color Harmonies of #7923CE
Complementary color
Monochromatic Colors of #7923CE
Black with #7923CE
Text Example
Text Example
White with #7923CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7923CE; }
p { color: rgb(121,35,206); }
H1.HeaderClassName
{
color: #7923CE;
}
.AnyTagClassName
{
color: #7923CE;
}
</style>
background-color css
<style>
a { background-color: #7923CE; }
a { background-color: rgb(121,35,206); }
div.DivClassName
{
background-color: #7923CE;
}
.BgClassName
{
background-color: #7923CE;
}
</style>
border-color css
<style>
span { border-color: #7923CE; }
span { border-color: rgb(121,35,206); }
td.TdClassName
{
border-color: #7923CE;
}
.TagClassName
{
border-color: #7923CE;
}
</style>