Shades of Studio #7856A1
Tints of Studio #7856A1
RGB
CMYK
RGB Variations
Color information
#7856A1 (or 0x7856A1) is known color: Studio. HEX triplet: 78, 56 and A1. RGB value is (120,86,161). Sum of RGB (Red+Green+Blue) = 120+86+161=367 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.70% from 367); Green value is 86 (33.98% from 255 or 23.43% from 367); Blue value is 161 (63.28% from 255 or 43.87% from 367); Max value from RGB is 161 - color contains mainly: blue. Hex color #7856A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7856A1 is #87A95E. Grayscale: #686868. Windows color (decimal): -8890719 or 10573432. OLE color: 10573432.
HSL color Cylindrical-coordinate representation of color #7856A1: hue angle of 267.2º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7856A1 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 86 | 161 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.37 |
| HSL | 267.2º | 0.3% | 0.48% | - |
| HSV(B) | 267.2º | 0.47% | 0.63% | - |
| XYZ | 17.51 | 13.22 | 35.35 | - |
| YUV | 104.72 | 159.76 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 86 | 161 | 0.25 | 0.47 | 0 | 0.37 | 267.2 | 0.3 | 0.48 |
| Hex | 78 | 56 | A1 | 19 | 2F | 0 | 25 | 10B | 1E | 30 |
| Octal | 170 | 126 | 241 | 31 | 57 | 0 | 45 | 413 | 36 | 60 |
| Binary | 1111000 | 1010110 | 10100001 | 11001 | 101111 | 0 | 100101 | 100001011 | 11110 | 110000 |
Color Harmonies of #7856A1
Complementary color
Monochromatic Colors of #7856A1
Black with #7856A1
Text Example
Text Example
White with #7856A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7856A1; }
p { color: rgb(120,86,161); }
H1.HeaderClassName
{
color: #7856A1;
}
.AnyTagClassName
{
color: #7856A1;
}
</style>
background-color css
<style>
a { background-color: #7856A1; }
a { background-color: rgb(120,86,161); }
div.DivClassName
{
background-color: #7856A1;
}
.BgClassName
{
background-color: #7856A1;
}
</style>
border-color css
<style>
span { border-color: #7856A1; }
span { border-color: rgb(120,86,161); }
td.TdClassName
{
border-color: #7856A1;
}
.TagClassName
{
border-color: #7856A1;
}
</style>