Shades of Studio #78489A
Tints of Studio #78489A
RGB
CMYK
RGB Variations
Color information
#78489A (or 0x78489A) is known color: Studio. HEX triplet: 78, 48 and 9A. RGB value is (120,72,154). Sum of RGB (Red+Green+Blue) = 120+72+154=346 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.68% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 154 - color contains mainly: blue. Hex color #78489A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78489A is #87B765. Grayscale: #5F5F5F. Windows color (decimal): -8894310 or 10111096. OLE color: 10111096.
HSL color Cylindrical-coordinate representation of color #78489A: hue angle of 275.12º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #78489A is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 72 | 154 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.40 |
| HSL | 275.12º | 0.36% | 0.44% | - |
| HSV(B) | 275.12º | 0.53% | 0.6% | - |
| XYZ | 15.9 | 10.96 | 31.85 | - |
| YUV | 95.7 | 160.9 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 72 | 154 | 0.22 | 0.53 | 0 | 0.40 | 275.12 | 0.36 | 0.44 |
| Hex | 78 | 48 | 9A | 16 | 35 | 0 | 28 | 113 | 24 | 2C |
| Octal | 170 | 110 | 232 | 26 | 65 | 0 | 50 | 423 | 44 | 54 |
| Binary | 1111000 | 1001000 | 10011010 | 10110 | 110101 | 0 | 101000 | 100010011 | 100100 | 101100 |
Color Harmonies of #78489A
Complementary color
Monochromatic Colors of #78489A
Black with #78489A
Text Example
Text Example
White with #78489A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78489A; }
p { color: rgb(120,72,154); }
H1.HeaderClassName
{
color: #78489A;
}
.AnyTagClassName
{
color: #78489A;
}
</style>
background-color css
<style>
a { background-color: #78489A; }
a { background-color: rgb(120,72,154); }
div.DivClassName
{
background-color: #78489A;
}
.BgClassName
{
background-color: #78489A;
}
</style>
border-color css
<style>
span { border-color: #78489A; }
span { border-color: rgb(120,72,154); }
td.TdClassName
{
border-color: #78489A;
}
.TagClassName
{
border-color: #78489A;
}
</style>