Shades of Studio #8456AB
Tints of Studio #8456AB
RGB
CMYK
RGB Variations
Color information
#8456AB (or 0x8456AB) is known color: Studio. HEX triplet: 84, 56 and AB. RGB value is (132,86,171). Sum of RGB (Red+Green+Blue) = 132+86+171=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #8456AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8456AB is #7BA954. Grayscale: #6D6D6D. Windows color (decimal): -8104277 or 11228804. OLE color: 11228804.
HSL color Cylindrical-coordinate representation of color #8456AB: hue angle of 272.47º 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 #8456AB is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 86 | 171 | - |
| CMYK | 0.23 | 0.50 | 0 | 0.33 |
| HSL | 272.47º | 0.34% | 0.5% | - |
| HSV(B) | 272.47º | 0.5% | 0.67% | - |
| XYZ | 20.19 | 14.5 | 40.26 | - |
| YUV | 109.44 | 162.74 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 86 | 171 | 0.23 | 0.50 | 0 | 0.33 | 272.47 | 0.34 | 0.5 |
| Hex | 84 | 56 | AB | 17 | 32 | 0 | 21 | 110 | 22 | 32 |
| Octal | 204 | 126 | 253 | 27 | 62 | 0 | 41 | 420 | 42 | 62 |
| Binary | 10000100 | 1010110 | 10101011 | 10111 | 110010 | 0 | 100001 | 100010000 | 100010 | 110010 |
Color Harmonies of #8456AB
Complementary color
Monochromatic Colors of #8456AB
Black with #8456AB
Text Example
Text Example
White with #8456AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8456AB; }
p { color: rgb(132,86,171); }
H1.HeaderClassName
{
color: #8456AB;
}
.AnyTagClassName
{
color: #8456AB;
}
</style>
background-color css
<style>
a { background-color: #8456AB; }
a { background-color: rgb(132,86,171); }
div.DivClassName
{
background-color: #8456AB;
}
.BgClassName
{
background-color: #8456AB;
}
</style>
border-color css
<style>
span { border-color: #8456AB; }
span { border-color: rgb(132,86,171); }
td.TdClassName
{
border-color: #8456AB;
}
.TagClassName
{
border-color: #8456AB;
}
</style>