Shades of Studio #784DA1
Tints of Studio #784DA1
RGB
CMYK
RGB Variations
Color information
#784DA1 (or 0x784DA1) is known color: Studio. HEX triplet: 78, 4D and A1. RGB value is (120,77,161). Sum of RGB (Red+Green+Blue) = 120+77+161=358 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.52% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 161 (63.28% from 255 or 44.97% from 358); Max value from RGB is 161 - color contains mainly: blue. Hex color #784DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784DA1 is #87B25E. Grayscale: #636363. Windows color (decimal): -8893023 or 10571128. OLE color: 10571128.
HSL color Cylindrical-coordinate representation of color #784DA1: hue angle of 270.71º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #784DA1 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 77 | 161 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.37 |
| HSL | 270.71º | 0.35% | 0.47% | - |
| HSV(B) | 270.71º | 0.52% | 0.63% | - |
| XYZ | 16.83 | 11.87 | 35.12 | - |
| YUV | 99.43 | 162.75 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 161 | 0.25 | 0.52 | 0 | 0.37 | 270.71 | 0.35 | 0.47 |
| Hex | 78 | 4D | A1 | 19 | 34 | 0 | 25 | 10F | 23 | 2F |
| Octal | 170 | 115 | 241 | 31 | 64 | 0 | 45 | 417 | 43 | 57 |
| Binary | 1111000 | 1001101 | 10100001 | 11001 | 110100 | 0 | 100101 | 100001111 | 100011 | 101111 |
Color Harmonies of #784DA1
Complementary color
Monochromatic Colors of #784DA1
Black with #784DA1
Text Example
Text Example
White with #784DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784DA1; }
p { color: rgb(120,77,161); }
H1.HeaderClassName
{
color: #784DA1;
}
.AnyTagClassName
{
color: #784DA1;
}
</style>
background-color css
<style>
a { background-color: #784DA1; }
a { background-color: rgb(120,77,161); }
div.DivClassName
{
background-color: #784DA1;
}
.BgClassName
{
background-color: #784DA1;
}
</style>
border-color css
<style>
span { border-color: #784DA1; }
span { border-color: rgb(120,77,161); }
td.TdClassName
{
border-color: #784DA1;
}
.TagClassName
{
border-color: #784DA1;
}
</style>