Shades of Studio #784D9D
Tints of Studio #784D9D
RGB
CMYK
RGB Variations
Color information
#784D9D (or 0x784D9D) is known color: Studio. HEX triplet: 78, 4D and 9D. RGB value is (120,77,157). Sum of RGB (Red+Green+Blue) = 120+77+157=354 (46% of max value = 765). Red value is 120 (47.27% from 255 or 33.90% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #784D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784D9D is #87B262. Grayscale: #626262. Windows color (decimal): -8893027 or 10308984. OLE color: 10308984.
HSL color Cylindrical-coordinate representation of color #784D9D: hue angle of 272.25º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #784D9D is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 77 | 157 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.38 |
| HSL | 272.25º | 0.34% | 0.46% | - |
| HSV(B) | 272.25º | 0.51% | 0.62% | - |
| XYZ | 16.49 | 11.74 | 33.29 | - |
| YUV | 98.98 | 160.75 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 77 | 157 | 0.24 | 0.51 | 0 | 0.38 | 272.25 | 0.34 | 0.46 |
| Hex | 78 | 4D | 9D | 18 | 33 | 0 | 26 | 110 | 22 | 2E |
| Octal | 170 | 115 | 235 | 30 | 63 | 0 | 46 | 420 | 42 | 56 |
| Binary | 1111000 | 1001101 | 10011101 | 11000 | 110011 | 0 | 100110 | 100010000 | 100010 | 101110 |
Color Harmonies of #784D9D
Complementary color
Monochromatic Colors of #784D9D
Black with #784D9D
Text Example
Text Example
White with #784D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784D9D; }
p { color: rgb(120,77,157); }
H1.HeaderClassName
{
color: #784D9D;
}
.AnyTagClassName
{
color: #784D9D;
}
</style>
background-color css
<style>
a { background-color: #784D9D; }
a { background-color: rgb(120,77,157); }
div.DivClassName
{
background-color: #784D9D;
}
.BgClassName
{
background-color: #784D9D;
}
</style>
border-color css
<style>
span { border-color: #784D9D; }
span { border-color: rgb(120,77,157); }
td.TdClassName
{
border-color: #784D9D;
}
.TagClassName
{
border-color: #784D9D;
}
</style>