Shades of Studio #7859AB
Tints of Studio #7859AB
RGB
CMYK
RGB Variations
Color information
#7859AB (or 0x7859AB) is known color: Studio. HEX triplet: 78, 59 and AB. RGB value is (120,89,171). Sum of RGB (Red+Green+Blue) = 120+89+171=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 89 (35.16% from 255 or 23.42% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #7859AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7859AB is #87A654. Grayscale: #6B6B6B. Windows color (decimal): -8889941 or 11229560. OLE color: 11229560.
HSL color Cylindrical-coordinate representation of color #7859AB: hue angle of 262.68º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7859AB is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 89 | 171 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.33 |
| HSL | 262.68º | 0.33% | 0.51% | - |
| HSV(B) | 262.68º | 0.48% | 0.67% | - |
| XYZ | 18.67 | 14.08 | 40.26 | - |
| YUV | 107.62 | 163.77 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 89 | 171 | 0.30 | 0.48 | 0 | 0.33 | 262.68 | 0.33 | 0.51 |
| Hex | 78 | 59 | AB | 1E | 30 | 0 | 21 | 107 | 21 | 33 |
| Octal | 170 | 131 | 253 | 36 | 60 | 0 | 41 | 407 | 41 | 63 |
| Binary | 1111000 | 1011001 | 10101011 | 11110 | 110000 | 0 | 100001 | 100000111 | 100001 | 110011 |
Color Harmonies of #7859AB
Complementary color
Monochromatic Colors of #7859AB
Black with #7859AB
Text Example
Text Example
White with #7859AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7859AB; }
p { color: rgb(120,89,171); }
H1.HeaderClassName
{
color: #7859AB;
}
.AnyTagClassName
{
color: #7859AB;
}
</style>
background-color css
<style>
a { background-color: #7859AB; }
a { background-color: rgb(120,89,171); }
div.DivClassName
{
background-color: #7859AB;
}
.BgClassName
{
background-color: #7859AB;
}
</style>
border-color css
<style>
span { border-color: #7859AB; }
span { border-color: rgb(120,89,171); }
td.TdClassName
{
border-color: #7859AB;
}
.TagClassName
{
border-color: #7859AB;
}
</style>