Shades of Studio #7859A0
Tints of Studio #7859A0
RGB
CMYK
RGB Variations
Color information
#7859A0 (or 0x7859A0) is known color: Studio. HEX triplet: 78, 59 and A0. RGB value is (120,89,160). Sum of RGB (Red+Green+Blue) = 120+89+160=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 160 - color contains mainly: blue. Hex color #7859A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7859A0 is #87A65F. Grayscale: #6A6A6A. Windows color (decimal): -8889952 or 10508664. OLE color: 10508664.
HSL color Cylindrical-coordinate representation of color #7859A0: hue angle of 266.2º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7859A0 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 89 | 160 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.37 |
| HSL | 266.2º | 0.29% | 0.49% | - |
| HSV(B) | 266.2º | 0.44% | 0.63% | - |
| XYZ | 17.66 | 13.68 | 34.97 | - |
| YUV | 106.36 | 158.27 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 89 | 160 | 0.25 | 0.44 | 0 | 0.37 | 266.2 | 0.29 | 0.49 |
| Hex | 78 | 59 | A0 | 19 | 2C | 0 | 25 | 10A | 1D | 31 |
| Octal | 170 | 131 | 240 | 31 | 54 | 0 | 45 | 412 | 35 | 61 |
| Binary | 1111000 | 1011001 | 10100000 | 11001 | 101100 | 0 | 100101 | 100001010 | 11101 | 110001 |
Color Harmonies of #7859A0
Complementary color
Monochromatic Colors of #7859A0
Black with #7859A0
Text Example
Text Example
White with #7859A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7859A0; }
p { color: rgb(120,89,160); }
H1.HeaderClassName
{
color: #7859A0;
}
.AnyTagClassName
{
color: #7859A0;
}
</style>
background-color css
<style>
a { background-color: #7859A0; }
a { background-color: rgb(120,89,160); }
div.DivClassName
{
background-color: #7859A0;
}
.BgClassName
{
background-color: #7859A0;
}
</style>
border-color css
<style>
span { border-color: #7859A0; }
span { border-color: rgb(120,89,160); }
td.TdClassName
{
border-color: #7859A0;
}
.TagClassName
{
border-color: #7859A0;
}
</style>