Shades of Studio #8455AB
Tints of Studio #8455AB
RGB
CMYK
RGB Variations
Color information
#8455AB (or 0x8455AB) is known color: Studio. HEX triplet: 84, 55 and AB. RGB value is (132,85,171). Sum of RGB (Red+Green+Blue) = 132+85+171=388 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.02% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #8455AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8455AB is #7BAA54. Grayscale: #6C6C6C. Windows color (decimal): -8104533 or 11228548. OLE color: 11228548.
HSL color Cylindrical-coordinate representation of color #8455AB: hue angle of 272.79º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8455AB is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 85 | 171 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.33 |
| HSL | 272.79º | 0.34% | 0.5% | - |
| HSV(B) | 272.79º | 0.5% | 0.67% | - |
| XYZ | 20.11 | 14.34 | 40.24 | - |
| YUV | 108.86 | 163.07 | 144.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 171 | 0.23 | 0.50 | 0 | 0.33 | 272.79 | 0.34 | 0.5 |
| Hex | 84 | 55 | AB | 17 | 32 | 0 | 21 | 111 | 22 | 32 |
| Octal | 204 | 125 | 253 | 27 | 62 | 0 | 41 | 421 | 42 | 62 |
| Binary | 10000100 | 1010101 | 10101011 | 10111 | 110010 | 0 | 100001 | 100010001 | 100010 | 110010 |
Color Harmonies of #8455AB
Complementary color
Monochromatic Colors of #8455AB
Black with #8455AB
Text Example
Text Example
White with #8455AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8455AB; }
p { color: rgb(132,85,171); }
H1.HeaderClassName
{
color: #8455AB;
}
.AnyTagClassName
{
color: #8455AB;
}
</style>
background-color css
<style>
a { background-color: #8455AB; }
a { background-color: rgb(132,85,171); }
div.DivClassName
{
background-color: #8455AB;
}
.BgClassName
{
background-color: #8455AB;
}
</style>
border-color css
<style>
span { border-color: #8455AB; }
span { border-color: rgb(132,85,171); }
td.TdClassName
{
border-color: #8455AB;
}
.TagClassName
{
border-color: #8455AB;
}
</style>