Shades of Studio #785AAA
Tints of Studio #785AAA
RGB
CMYK
RGB Variations
Color information
#785AAA (or 0x785AAA) is known color: Studio. HEX triplet: 78, 5A and AA. RGB value is (120,90,170). Sum of RGB (Red+Green+Blue) = 120+90+170=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #785AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785AAA is #87A555. Grayscale: #6B6B6B. Windows color (decimal): -8889686 or 11164280. OLE color: 11164280.
HSL color Cylindrical-coordinate representation of color #785AAA: hue angle of 262.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #785AAA is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 90 | 170 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.33 |
| HSL | 262.5º | 0.32% | 0.51% | - |
| HSV(B) | 262.5º | 0.47% | 0.67% | - |
| XYZ | 18.66 | 14.21 | 39.79 | - |
| YUV | 108.09 | 162.94 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 170 | 0.29 | 0.47 | 0 | 0.33 | 262.5 | 0.32 | 0.51 |
| Hex | 78 | 5A | AA | 1D | 2F | 0 | 21 | 106 | 20 | 33 |
| Octal | 170 | 132 | 252 | 35 | 57 | 0 | 41 | 406 | 40 | 63 |
| Binary | 1111000 | 1011010 | 10101010 | 11101 | 101111 | 0 | 100001 | 100000110 | 100000 | 110011 |
Color Harmonies of #785AAA
Complementary color
Monochromatic Colors of #785AAA
Black with #785AAA
Text Example
Text Example
White with #785AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785AAA; }
p { color: rgb(120,90,170); }
H1.HeaderClassName
{
color: #785AAA;
}
.AnyTagClassName
{
color: #785AAA;
}
</style>
background-color css
<style>
a { background-color: #785AAA; }
a { background-color: rgb(120,90,170); }
div.DivClassName
{
background-color: #785AAA;
}
.BgClassName
{
background-color: #785AAA;
}
</style>
border-color css
<style>
span { border-color: #785AAA; }
span { border-color: rgb(120,90,170); }
td.TdClassName
{
border-color: #785AAA;
}
.TagClassName
{
border-color: #785AAA;
}
</style>