Shades of Studio #78489C
Tints of Studio #78489C
RGB
CMYK
RGB Variations
Color information
#78489C (or 0x78489C) is known color: Studio. HEX triplet: 78, 48 and 9C. RGB value is (120,72,156). Sum of RGB (Red+Green+Blue) = 120+72+156=348 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.48% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 156 - color contains mainly: blue. Hex color #78489C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78489C is #87B763. Grayscale: #5F5F5F. Windows color (decimal): -8894308 or 10242168. OLE color: 10242168.
HSL color Cylindrical-coordinate representation of color #78489C: hue angle of 274.29º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #78489C is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 72 | 156 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.39 |
| HSL | 274.29º | 0.37% | 0.45% | - |
| HSV(B) | 274.29º | 0.54% | 0.61% | - |
| XYZ | 16.06 | 11.03 | 32.73 | - |
| YUV | 95.93 | 161.9 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 72 | 156 | 0.23 | 0.54 | 0 | 0.39 | 274.29 | 0.37 | 0.45 |
| Hex | 78 | 48 | 9C | 17 | 36 | 0 | 27 | 112 | 25 | 2D |
| Octal | 170 | 110 | 234 | 27 | 66 | 0 | 47 | 422 | 45 | 55 |
| Binary | 1111000 | 1001000 | 10011100 | 10111 | 110110 | 0 | 100111 | 100010010 | 100101 | 101101 |
Color Harmonies of #78489C
Complementary color
Monochromatic Colors of #78489C
Black with #78489C
Text Example
Text Example
White with #78489C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78489C; }
p { color: rgb(120,72,156); }
H1.HeaderClassName
{
color: #78489C;
}
.AnyTagClassName
{
color: #78489C;
}
</style>
background-color css
<style>
a { background-color: #78489C; }
a { background-color: rgb(120,72,156); }
div.DivClassName
{
background-color: #78489C;
}
.BgClassName
{
background-color: #78489C;
}
</style>
border-color css
<style>
span { border-color: #78489C; }
span { border-color: rgb(120,72,156); }
td.TdClassName
{
border-color: #78489C;
}
.TagClassName
{
border-color: #78489C;
}
</style>