Shades of Studio #8459AC
Tints of Studio #8459AC
RGB
CMYK
RGB Variations
Color information
#8459AC (or 0x8459AC) is known color: Studio. HEX triplet: 84, 59 and AC. RGB value is (132,89,172). Sum of RGB (Red+Green+Blue) = 132+89+172=393 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.59% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #8459AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8459AC is #7BA653. Grayscale: #6F6F6F. Windows color (decimal): -8103508 or 11295108. OLE color: 11295108.
HSL color Cylindrical-coordinate representation of color #8459AC: hue angle of 271.08º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8459AC is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 89 | 172 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.33 |
| HSL | 271.08º | 0.33% | 0.51% | - |
| HSV(B) | 271.08º | 0.48% | 0.67% | - |
| XYZ | 20.53 | 15.03 | 40.85 | - |
| YUV | 111.32 | 162.25 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 172 | 0.23 | 0.48 | 0 | 0.33 | 271.08 | 0.33 | 0.51 |
| Hex | 84 | 59 | AC | 17 | 30 | 0 | 21 | 10F | 21 | 33 |
| Octal | 204 | 131 | 254 | 27 | 60 | 0 | 41 | 417 | 41 | 63 |
| Binary | 10000100 | 1011001 | 10101100 | 10111 | 110000 | 0 | 100001 | 100001111 | 100001 | 110011 |
Color Harmonies of #8459AC
Complementary color
Monochromatic Colors of #8459AC
Black with #8459AC
Text Example
Text Example
White with #8459AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8459AC; }
p { color: rgb(132,89,172); }
H1.HeaderClassName
{
color: #8459AC;
}
.AnyTagClassName
{
color: #8459AC;
}
</style>
background-color css
<style>
a { background-color: #8459AC; }
a { background-color: rgb(132,89,172); }
div.DivClassName
{
background-color: #8459AC;
}
.BgClassName
{
background-color: #8459AC;
}
</style>
border-color css
<style>
span { border-color: #8459AC; }
span { border-color: rgb(132,89,172); }
td.TdClassName
{
border-color: #8459AC;
}
.TagClassName
{
border-color: #8459AC;
}
</style>