Shades of Studio #78469B
Tints of Studio #78469B
RGB
CMYK
RGB Variations
Color information
#78469B (or 0x78469B) is known color: Studio. HEX triplet: 78, 46 and 9B. RGB value is (120,70,155). Sum of RGB (Red+Green+Blue) = 120+70+155=345 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.78% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #78469B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #78469B is #87B964. Grayscale: #5E5E5E. Windows color (decimal): -8894821 or 10176120. OLE color: 10176120.
HSL color Cylindrical-coordinate representation of color #78469B: hue angle of 275.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #78469B is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 70 | 155 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.39 |
| HSL | 275.29º | 0.38% | 0.44% | - |
| HSV(B) | 275.29º | 0.55% | 0.61% | - |
| XYZ | 15.85 | 10.74 | 32.25 | - |
| YUV | 94.64 | 162.07 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 70 | 155 | 0.23 | 0.55 | 0 | 0.39 | 275.29 | 0.38 | 0.44 |
| Hex | 78 | 46 | 9B | 17 | 37 | 0 | 27 | 113 | 26 | 2C |
| Octal | 170 | 106 | 233 | 27 | 67 | 0 | 47 | 423 | 46 | 54 |
| Binary | 1111000 | 1000110 | 10011011 | 10111 | 110111 | 0 | 100111 | 100010011 | 100110 | 101100 |
Color Harmonies of #78469B
Complementary color
Monochromatic Colors of #78469B
Black with #78469B
Text Example
Text Example
White with #78469B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78469B; }
p { color: rgb(120,70,155); }
H1.HeaderClassName
{
color: #78469B;
}
.AnyTagClassName
{
color: #78469B;
}
</style>
background-color css
<style>
a { background-color: #78469B; }
a { background-color: rgb(120,70,155); }
div.DivClassName
{
background-color: #78469B;
}
.BgClassName
{
background-color: #78469B;
}
</style>
border-color css
<style>
span { border-color: #78469B; }
span { border-color: rgb(120,70,155); }
td.TdClassName
{
border-color: #78469B;
}
.TagClassName
{
border-color: #78469B;
}
</style>