Shades of Studio #8556AC
Tints of Studio #8556AC
RGB
CMYK
RGB Variations
Color information
#8556AC (or 0x8556AC) is known color: Studio. HEX triplet: 85, 56 and AC. RGB value is (133,86,172). Sum of RGB (Red+Green+Blue) = 133+86+172=391 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.02% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #8556AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8556AC is #7AA953. Grayscale: #6D6D6D. Windows color (decimal): -8038740 or 11294341. OLE color: 11294341.
HSL color Cylindrical-coordinate representation of color #8556AC: hue angle of 272.79º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8556AC is Cyan = 0.23, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 133 | 86 | 172 | - |
| CMYK | 0.23 | 0.5 | 0 | 0.33 |
| HSL | 272.79º | 0.34% | 0.51% | - |
| HSV(B) | 272.79º | 0.5% | 0.67% | - |
| XYZ | 20.45 | 14.62 | 40.77 | - |
| YUV | 109.86 | 163.07 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 172 | 0.23 | 0.5 | 0 | 0.33 | 272.79 | 0.34 | 0.51 |
| Hex | 85 | 56 | AC | 17 | 32 | 0 | 21 | 111 | 22 | 33 |
| Octal | 205 | 126 | 254 | 27 | 62 | 0 | 41 | 421 | 42 | 63 |
| Binary | 10000101 | 1010110 | 10101100 | 10111 | 110010 | 0 | 100001 | 100010001 | 100010 | 110011 |
Color Harmonies of #8556AC
Complementary color
Monochromatic Colors of #8556AC
Black with #8556AC
Text Example
Text Example
White with #8556AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8556AC; }
p { color: rgb(133,86,172); }
H1.HeaderClassName
{
color: #8556AC;
}
.AnyTagClassName
{
color: #8556AC;
}
</style>
background-color css
<style>
a { background-color: #8556AC; }
a { background-color: rgb(133,86,172); }
div.DivClassName
{
background-color: #8556AC;
}
.BgClassName
{
background-color: #8556AC;
}
</style>
border-color css
<style>
span { border-color: #8556AC; }
span { border-color: rgb(133,86,172); }
td.TdClassName
{
border-color: #8556AC;
}
.TagClassName
{
border-color: #8556AC;
}
</style>