Shades of Studio #7844A1
Tints of Studio #7844A1
RGB
CMYK
RGB Variations
Color information
#7844A1 (or 0x7844A1) is known color: Studio. HEX triplet: 78, 44 and A1. RGB value is (120,68,161). Sum of RGB (Red+Green+Blue) = 120+68+161=349 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.38% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 161 (63.28% from 255 or 46.13% from 349); Max value from RGB is 161 - color contains mainly: blue. Hex color #7844A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7844A1 is #87BB5E. Grayscale: #5D5D5D. Windows color (decimal): -8895327 or 10568824. OLE color: 10568824.
HSL color Cylindrical-coordinate representation of color #7844A1: hue angle of 273.55º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7844A1 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 68 | 161 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.37 |
| HSL | 273.55º | 0.41% | 0.45% | - |
| HSV(B) | 273.55º | 0.58% | 0.63% | - |
| XYZ | 16.25 | 10.7 | 34.93 | - |
| YUV | 94.15 | 165.73 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 68 | 161 | 0.25 | 0.58 | 0 | 0.37 | 273.55 | 0.41 | 0.45 |
| Hex | 78 | 44 | A1 | 19 | 3A | 0 | 25 | 112 | 29 | 2D |
| Octal | 170 | 104 | 241 | 31 | 72 | 0 | 45 | 422 | 51 | 55 |
| Binary | 1111000 | 1000100 | 10100001 | 11001 | 111010 | 0 | 100101 | 100010010 | 101001 | 101101 |
Color Harmonies of #7844A1
Complementary color
Monochromatic Colors of #7844A1
Black with #7844A1
Text Example
Text Example
White with #7844A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7844A1; }
p { color: rgb(120,68,161); }
H1.HeaderClassName
{
color: #7844A1;
}
.AnyTagClassName
{
color: #7844A1;
}
</style>
background-color css
<style>
a { background-color: #7844A1; }
a { background-color: rgb(120,68,161); }
div.DivClassName
{
background-color: #7844A1;
}
.BgClassName
{
background-color: #7844A1;
}
</style>
border-color css
<style>
span { border-color: #7844A1; }
span { border-color: rgb(120,68,161); }
td.TdClassName
{
border-color: #7844A1;
}
.TagClassName
{
border-color: #7844A1;
}
</style>