Shades of Studio #8455AC
Tints of Studio #8455AC
RGB
CMYK
RGB Variations
Color information
#8455AC (or 0x8455AC) is known color: Studio. HEX triplet: 84, 55 and AC. RGB value is (132,85,172). Sum of RGB (Red+Green+Blue) = 132+85+172=389 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.93% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #8455AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8455AC is #7BAA53. Grayscale: #6C6C6C. Windows color (decimal): -8104532 or 11294084. OLE color: 11294084.
HSL color Cylindrical-coordinate representation of color #8455AC: hue angle of 272.41º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8455AC is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 85 | 172 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.33 |
| HSL | 272.41º | 0.34% | 0.5% | - |
| HSV(B) | 272.41º | 0.51% | 0.67% | - |
| XYZ | 20.21 | 14.38 | 40.74 | - |
| YUV | 108.97 | 163.57 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 172 | 0.23 | 0.51 | 0 | 0.33 | 272.41 | 0.34 | 0.5 |
| Hex | 84 | 55 | AC | 17 | 33 | 0 | 21 | 110 | 22 | 32 |
| Octal | 204 | 125 | 254 | 27 | 63 | 0 | 41 | 420 | 42 | 62 |
| Binary | 10000100 | 1010101 | 10101100 | 10111 | 110011 | 0 | 100001 | 100010000 | 100010 | 110010 |
Color Harmonies of #8455AC
Complementary color
Monochromatic Colors of #8455AC
Black with #8455AC
Text Example
Text Example
White with #8455AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8455AC; }
p { color: rgb(132,85,172); }
H1.HeaderClassName
{
color: #8455AC;
}
.AnyTagClassName
{
color: #8455AC;
}
</style>
background-color css
<style>
a { background-color: #8455AC; }
a { background-color: rgb(132,85,172); }
div.DivClassName
{
background-color: #8455AC;
}
.BgClassName
{
background-color: #8455AC;
}
</style>
border-color css
<style>
span { border-color: #8455AC; }
span { border-color: rgb(132,85,172); }
td.TdClassName
{
border-color: #8455AC;
}
.TagClassName
{
border-color: #8455AC;
}
</style>