Shades of Studio #784FA2
Tints of Studio #784FA2
RGB
CMYK
RGB Variations
Color information
#784FA2 (or 0x784FA2) is known color: Studio. HEX triplet: 78, 4F and A2. RGB value is (120,79,162). Sum of RGB (Red+Green+Blue) = 120+79+162=361 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.24% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 162 (63.67% from 255 or 44.88% from 361); Max value from RGB is 162 - color contains mainly: blue. Hex color #784FA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784FA2 is #87B05D. Grayscale: #646464. Windows color (decimal): -8892510 or 10637176. OLE color: 10637176.
HSL color Cylindrical-coordinate representation of color #784FA2: hue angle of 269.64º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #784FA2 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 79 | 162 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.36 |
| HSL | 269.64º | 0.34% | 0.47% | - |
| HSV(B) | 269.64º | 0.51% | 0.64% | - |
| XYZ | 17.06 | 12.19 | 35.64 | - |
| YUV | 100.72 | 162.58 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 79 | 162 | 0.26 | 0.51 | 0 | 0.36 | 269.64 | 0.34 | 0.47 |
| Hex | 78 | 4F | A2 | 1A | 33 | 0 | 24 | 10E | 22 | 2F |
| Octal | 170 | 117 | 242 | 32 | 63 | 0 | 44 | 416 | 42 | 57 |
| Binary | 1111000 | 1001111 | 10100010 | 11010 | 110011 | 0 | 100100 | 100001110 | 100010 | 101111 |
Color Harmonies of #784FA2
Complementary color
Monochromatic Colors of #784FA2
Black with #784FA2
Text Example
Text Example
White with #784FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784FA2; }
p { color: rgb(120,79,162); }
H1.HeaderClassName
{
color: #784FA2;
}
.AnyTagClassName
{
color: #784FA2;
}
</style>
background-color css
<style>
a { background-color: #784FA2; }
a { background-color: rgb(120,79,162); }
div.DivClassName
{
background-color: #784FA2;
}
.BgClassName
{
background-color: #784FA2;
}
</style>
border-color css
<style>
span { border-color: #784FA2; }
span { border-color: rgb(120,79,162); }
td.TdClassName
{
border-color: #784FA2;
}
.TagClassName
{
border-color: #784FA2;
}
</style>