Shades of Studio #784F9C
Tints of Studio #784F9C
RGB
CMYK
RGB Variations
Color information
#784F9C (or 0x784F9C) is known color: Studio. HEX triplet: 78, 4F and 9C. RGB value is (120,79,156). Sum of RGB (Red+Green+Blue) = 120+79+156=355 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.80% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 156 - color contains mainly: blue. Hex color #784F9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #784F9C is #87B063. Grayscale: #636363. Windows color (decimal): -8892516 or 10243960. OLE color: 10243960.
HSL color Cylindrical-coordinate representation of color #784F9C: hue angle of 271.95º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #784F9C is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 79 | 156 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.39 |
| HSL | 271.95º | 0.33% | 0.46% | - |
| HSV(B) | 271.95º | 0.49% | 0.61% | - |
| XYZ | 16.54 | 11.99 | 32.89 | - |
| YUV | 100.04 | 159.58 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 79 | 156 | 0.23 | 0.49 | 0 | 0.39 | 271.95 | 0.33 | 0.46 |
| Hex | 78 | 4F | 9C | 17 | 31 | 0 | 27 | 110 | 21 | 2E |
| Octal | 170 | 117 | 234 | 27 | 61 | 0 | 47 | 420 | 41 | 56 |
| Binary | 1111000 | 1001111 | 10011100 | 10111 | 110001 | 0 | 100111 | 100010000 | 100001 | 101110 |
Color Harmonies of #784F9C
Complementary color
Monochromatic Colors of #784F9C
Black with #784F9C
Text Example
Text Example
White with #784F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #784F9C; }
p { color: rgb(120,79,156); }
H1.HeaderClassName
{
color: #784F9C;
}
.AnyTagClassName
{
color: #784F9C;
}
</style>
background-color css
<style>
a { background-color: #784F9C; }
a { background-color: rgb(120,79,156); }
div.DivClassName
{
background-color: #784F9C;
}
.BgClassName
{
background-color: #784F9C;
}
</style>
border-color css
<style>
span { border-color: #784F9C; }
span { border-color: rgb(120,79,156); }
td.TdClassName
{
border-color: #784F9C;
}
.TagClassName
{
border-color: #784F9C;
}
</style>