Shades of Studio #78509A
Tints of Studio #78509A
RGB
CMYK
RGB Variations
Color information
#78509A (or 0x78509A) is known color: Studio. HEX triplet: 78, 50 and 9A. RGB value is (120,80,154). Sum of RGB (Red+Green+Blue) = 120+80+154=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 154 - color contains mainly: blue. Hex color #78509A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78509A is #87AF65. Grayscale: #646464. Windows color (decimal): -8892262 or 10113144. OLE color: 10113144.
HSL color Cylindrical-coordinate representation of color #78509A: hue angle of 272.43º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78509A is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 80 | 154 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.40 |
| HSL | 272.43º | 0.32% | 0.46% | - |
| HSV(B) | 272.43º | 0.48% | 0.6% | - |
| XYZ | 16.45 | 12.06 | 32.03 | - |
| YUV | 100.4 | 158.25 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 80 | 154 | 0.22 | 0.48 | 0 | 0.40 | 272.43 | 0.32 | 0.46 |
| Hex | 78 | 50 | 9A | 16 | 30 | 0 | 28 | 110 | 20 | 2E |
| Octal | 170 | 120 | 232 | 26 | 60 | 0 | 50 | 420 | 40 | 56 |
| Binary | 1111000 | 1010000 | 10011010 | 10110 | 110000 | 0 | 101000 | 100010000 | 100000 | 101110 |
Color Harmonies of #78509A
Complementary color
Monochromatic Colors of #78509A
Black with #78509A
Text Example
Text Example
White with #78509A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78509A; }
p { color: rgb(120,80,154); }
H1.HeaderClassName
{
color: #78509A;
}
.AnyTagClassName
{
color: #78509A;
}
</style>
background-color css
<style>
a { background-color: #78509A; }
a { background-color: rgb(120,80,154); }
div.DivClassName
{
background-color: #78509A;
}
.BgClassName
{
background-color: #78509A;
}
</style>
border-color css
<style>
span { border-color: #78509A; }
span { border-color: rgb(120,80,154); }
td.TdClassName
{
border-color: #78509A;
}
.TagClassName
{
border-color: #78509A;
}
</style>