Shades of Studio #785CA2
Tints of Studio #785CA2
RGB
CMYK
RGB Variations
Color information
#785CA2 (or 0x785CA2) is known color: Studio. HEX triplet: 78, 5C and A2. RGB value is (120,92,162). Sum of RGB (Red+Green+Blue) = 120+92+162=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 162 (63.67% from 255 or 43.32% from 374); Max value from RGB is 162 - color contains mainly: blue. Hex color #785CA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #785CA2 is #87A35D. Grayscale: #6C6C6C. Windows color (decimal): -8889182 or 10640504. OLE color: 10640504.
HSL color Cylindrical-coordinate representation of color #785CA2: hue angle of 264º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #785CA2 is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 92 | 162 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.36 |
| HSL | 264º | 0.28% | 0.5% | - |
| HSV(B) | 264º | 0.43% | 0.64% | - |
| XYZ | 18.09 | 14.26 | 35.98 | - |
| YUV | 108.35 | 158.28 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 162 | 0.26 | 0.43 | 0 | 0.36 | 264 | 0.28 | 0.5 |
| Hex | 78 | 5C | A2 | 1A | 2B | 0 | 24 | 108 | 1C | 32 |
| Octal | 170 | 134 | 242 | 32 | 53 | 0 | 44 | 410 | 34 | 62 |
| Binary | 1111000 | 1011100 | 10100010 | 11010 | 101011 | 0 | 100100 | 100001000 | 11100 | 110010 |
Color Harmonies of #785CA2
Complementary color
Monochromatic Colors of #785CA2
Black with #785CA2
Text Example
Text Example
White with #785CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785CA2; }
p { color: rgb(120,92,162); }
H1.HeaderClassName
{
color: #785CA2;
}
.AnyTagClassName
{
color: #785CA2;
}
</style>
background-color css
<style>
a { background-color: #785CA2; }
a { background-color: rgb(120,92,162); }
div.DivClassName
{
background-color: #785CA2;
}
.BgClassName
{
background-color: #785CA2;
}
</style>
border-color css
<style>
span { border-color: #785CA2; }
span { border-color: rgb(120,92,162); }
td.TdClassName
{
border-color: #785CA2;
}
.TagClassName
{
border-color: #785CA2;
}
</style>