Shades of Studio #784BA2
Tints of Studio #784BA2
RGB
CMYK
RGB Variations
Color information
#784BA2 (or 0x784BA2) is known color: Studio. HEX triplet: 78, 4B and A2. RGB value is (120,75,162). Sum of RGB (Red+Green+Blue) = 120+75+162=357 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.61% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 162 - color contains mainly: blue. Hex color #784BA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784BA2 is #87B45D. Grayscale: #626262. Windows color (decimal): -8893534 or 10636152. OLE color: 10636152.
HSL color Cylindrical-coordinate representation of color #784BA2: hue angle of 271.03º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #784BA2 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 75 | 162 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.36 |
| HSL | 271.03º | 0.37% | 0.46% | - |
| HSV(B) | 271.03º | 0.54% | 0.64% | - |
| XYZ | 16.78 | 11.63 | 35.54 | - |
| YUV | 98.37 | 163.91 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 75 | 162 | 0.26 | 0.54 | 0 | 0.36 | 271.03 | 0.37 | 0.46 |
| Hex | 78 | 4B | A2 | 1A | 36 | 0 | 24 | 10F | 25 | 2E |
| Octal | 170 | 113 | 242 | 32 | 66 | 0 | 44 | 417 | 45 | 56 |
| Binary | 1111000 | 1001011 | 10100010 | 11010 | 110110 | 0 | 100100 | 100001111 | 100101 | 101110 |
Color Harmonies of #784BA2
Complementary color
Monochromatic Colors of #784BA2
Black with #784BA2
Text Example
Text Example
White with #784BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784BA2; }
p { color: rgb(120,75,162); }
H1.HeaderClassName
{
color: #784BA2;
}
.AnyTagClassName
{
color: #784BA2;
}
</style>
background-color css
<style>
a { background-color: #784BA2; }
a { background-color: rgb(120,75,162); }
div.DivClassName
{
background-color: #784BA2;
}
.BgClassName
{
background-color: #784BA2;
}
</style>
border-color css
<style>
span { border-color: #784BA2; }
span { border-color: rgb(120,75,162); }
td.TdClassName
{
border-color: #784BA2;
}
.TagClassName
{
border-color: #784BA2;
}
</style>