Shades of Studio #784CA6
Tints of Studio #784CA6
RGB
CMYK
RGB Variations
Color information
#784CA6 (or 0x784CA6) is known color: Studio. HEX triplet: 78, 4C and A6. RGB value is (120,76,166). Sum of RGB (Red+Green+Blue) = 120+76+166=362 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.15% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 166 (65.23% from 255 or 45.86% from 362); Max value from RGB is 166 - color contains mainly: blue. Hex color #784CA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #784CA6 is #87B359. Grayscale: #636363. Windows color (decimal): -8893274 or 10898552. OLE color: 10898552.
HSL color Cylindrical-coordinate representation of color #784CA6: hue angle of 269.33º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #784CA6 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 120 | 76 | 166 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.35 |
| HSL | 269.33º | 0.37% | 0.47% | - |
| HSV(B) | 269.33º | 0.54% | 0.65% | - |
| XYZ | 17.21 | 11.92 | 37.47 | - |
| YUV | 99.42 | 165.58 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 76 | 166 | 0.28 | 0.54 | 0 | 0.35 | 269.33 | 0.37 | 0.47 |
| Hex | 78 | 4C | A6 | 1C | 36 | 0 | 23 | 10D | 25 | 2F |
| Octal | 170 | 114 | 246 | 34 | 66 | 0 | 43 | 415 | 45 | 57 |
| Binary | 1111000 | 1001100 | 10100110 | 11100 | 110110 | 0 | 100011 | 100001101 | 100101 | 101111 |
Color Harmonies of #784CA6
Complementary color
Monochromatic Colors of #784CA6
Black with #784CA6
Text Example
Text Example
White with #784CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784CA6; }
p { color: rgb(120,76,166); }
H1.HeaderClassName
{
color: #784CA6;
}
.AnyTagClassName
{
color: #784CA6;
}
</style>
background-color css
<style>
a { background-color: #784CA6; }
a { background-color: rgb(120,76,166); }
div.DivClassName
{
background-color: #784CA6;
}
.BgClassName
{
background-color: #784CA6;
}
</style>
border-color css
<style>
span { border-color: #784CA6; }
span { border-color: rgb(120,76,166); }
td.TdClassName
{
border-color: #784CA6;
}
.TagClassName
{
border-color: #784CA6;
}
</style>