Shades of Studio #785AAB
Tints of Studio #785AAB
RGB
CMYK
RGB Variations
Color information
#785AAB (or 0x785AAB) is known color: Studio. HEX triplet: 78, 5A and AB. RGB value is (120,90,171). Sum of RGB (Red+Green+Blue) = 120+90+171=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #785AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785AAB is #87A554. Grayscale: #6B6B6B. Windows color (decimal): -8889685 or 11229816. OLE color: 11229816.
HSL color Cylindrical-coordinate representation of color #785AAB: hue angle of 262.22º degrees, saturation: 0.33, 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 #785AAB is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 90 | 171 | - |
| CMYK | 0.30 | 0.47 | 0 | 0.33 |
| HSL | 262.22º | 0.33% | 0.51% | - |
| HSV(B) | 262.22º | 0.47% | 0.67% | - |
| XYZ | 18.75 | 14.25 | 40.29 | - |
| YUV | 108.2 | 163.44 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 171 | 0.30 | 0.47 | 0 | 0.33 | 262.22 | 0.33 | 0.51 |
| Hex | 78 | 5A | AB | 1E | 2F | 0 | 21 | 106 | 21 | 33 |
| Octal | 170 | 132 | 253 | 36 | 57 | 0 | 41 | 406 | 41 | 63 |
| Binary | 1111000 | 1011010 | 10101011 | 11110 | 101111 | 0 | 100001 | 100000110 | 100001 | 110011 |
Color Harmonies of #785AAB
Complementary color
Monochromatic Colors of #785AAB
Black with #785AAB
Text Example
Text Example
White with #785AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785AAB; }
p { color: rgb(120,90,171); }
H1.HeaderClassName
{
color: #785AAB;
}
.AnyTagClassName
{
color: #785AAB;
}
</style>
background-color css
<style>
a { background-color: #785AAB; }
a { background-color: rgb(120,90,171); }
div.DivClassName
{
background-color: #785AAB;
}
.BgClassName
{
background-color: #785AAB;
}
</style>
border-color css
<style>
span { border-color: #785AAB; }
span { border-color: rgb(120,90,171); }
td.TdClassName
{
border-color: #785AAB;
}
.TagClassName
{
border-color: #785AAB;
}
</style>