Shades of Studio #784DA3
Tints of Studio #784DA3
RGB
CMYK
RGB Variations
Color information
#784DA3 (or 0x784DA3) is known color: Studio. HEX triplet: 78, 4D and A3. RGB value is (120,77,163). Sum of RGB (Red+Green+Blue) = 120+77+163=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 163 (64.06% from 255 or 45.28% from 360); Max value from RGB is 163 - color contains mainly: blue. Hex color #784DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784DA3 is #87B25C. Grayscale: #636363. Windows color (decimal): -8893021 or 10702200. OLE color: 10702200.
HSL color Cylindrical-coordinate representation of color #784DA3: hue angle of 270º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #784DA3 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 77 | 163 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.36 |
| HSL | 270º | 0.36% | 0.47% | - |
| HSV(B) | 270º | 0.53% | 0.64% | - |
| XYZ | 17.01 | 11.95 | 36.06 | - |
| YUV | 99.66 | 163.75 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 163 | 0.26 | 0.53 | 0 | 0.36 | 270 | 0.36 | 0.47 |
| Hex | 78 | 4D | A3 | 1A | 35 | 0 | 24 | 10E | 24 | 2F |
| Octal | 170 | 115 | 243 | 32 | 65 | 0 | 44 | 416 | 44 | 57 |
| Binary | 1111000 | 1001101 | 10100011 | 11010 | 110101 | 0 | 100100 | 100001110 | 100100 | 101111 |
Color Harmonies of #784DA3
Complementary color
Monochromatic Colors of #784DA3
Black with #784DA3
Text Example
Text Example
White with #784DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784DA3; }
p { color: rgb(120,77,163); }
H1.HeaderClassName
{
color: #784DA3;
}
.AnyTagClassName
{
color: #784DA3;
}
</style>
background-color css
<style>
a { background-color: #784DA3; }
a { background-color: rgb(120,77,163); }
div.DivClassName
{
background-color: #784DA3;
}
.BgClassName
{
background-color: #784DA3;
}
</style>
border-color css
<style>
span { border-color: #784DA3; }
span { border-color: rgb(120,77,163); }
td.TdClassName
{
border-color: #784DA3;
}
.TagClassName
{
border-color: #784DA3;
}
</style>