Shades of Studio #84579C
Tints of Studio #84579C
RGB
CMYK
RGB Variations
Color information
#84579C (or 0x84579C) is known color: Studio. HEX triplet: 84, 57 and 9C. RGB value is (132,87,156). Sum of RGB (Red+Green+Blue) = 132+87+156=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 156 - color contains mainly: blue. Hex color #84579C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84579C is #7BA863. Grayscale: #6C6C6C. Windows color (decimal): -8104036 or 10246020. OLE color: 10246020.
HSL color Cylindrical-coordinate representation of color #84579C: hue angle of 279.13º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84579C is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 87 | 156 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.39 |
| HSL | 279.13º | 0.28% | 0.48% | - |
| HSV(B) | 279.13º | 0.44% | 0.61% | - |
| XYZ | 18.92 | 14.12 | 33.18 | - |
| YUV | 108.32 | 154.91 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 87 | 156 | 0.15 | 0.44 | 0 | 0.39 | 279.13 | 0.28 | 0.48 |
| Hex | 84 | 57 | 9C | F | 2C | 0 | 27 | 117 | 1C | 30 |
| Octal | 204 | 127 | 234 | 17 | 54 | 0 | 47 | 427 | 34 | 60 |
| Binary | 10000100 | 1010111 | 10011100 | 1111 | 101100 | 0 | 100111 | 100010111 | 11100 | 110000 |
Color Harmonies of #84579C
Complementary color
Monochromatic Colors of #84579C
Black with #84579C
Text Example
Text Example
White with #84579C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84579C; }
p { color: rgb(132,87,156); }
H1.HeaderClassName
{
color: #84579C;
}
.AnyTagClassName
{
color: #84579C;
}
</style>
background-color css
<style>
a { background-color: #84579C; }
a { background-color: rgb(132,87,156); }
div.DivClassName
{
background-color: #84579C;
}
.BgClassName
{
background-color: #84579C;
}
</style>
border-color css
<style>
span { border-color: #84579C; }
span { border-color: rgb(132,87,156); }
td.TdClassName
{
border-color: #84579C;
}
.TagClassName
{
border-color: #84579C;
}
</style>