Shades of Studio #8455A7
Tints of Studio #8455A7
RGB
CMYK
RGB Variations
Color information
#8455A7 (or 0x8455A7) is known color: Studio. HEX triplet: 84, 55 and A7. RGB value is (132,85,167). Sum of RGB (Red+Green+Blue) = 132+85+167=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 85 (33.59% from 255 or 22.14% from 384); Blue value is 167 (65.62% from 255 or 43.49% from 384); Max value from RGB is 167 - color contains mainly: blue. Hex color #8455A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8455A7 is #7BAA58. Grayscale: #6C6C6C. Windows color (decimal): -8104537 or 10966404. OLE color: 10966404.
HSL color Cylindrical-coordinate representation of color #8455A7: hue angle of 274.39º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8455A7 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 85 | 167 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.35 |
| HSL | 274.39º | 0.33% | 0.49% | - |
| HSV(B) | 274.39º | 0.49% | 0.65% | - |
| XYZ | 19.74 | 14.19 | 38.26 | - |
| YUV | 108.4 | 161.07 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 167 | 0.21 | 0.49 | 0 | 0.35 | 274.39 | 0.33 | 0.49 |
| Hex | 84 | 55 | A7 | 15 | 31 | 0 | 23 | 112 | 21 | 31 |
| Octal | 204 | 125 | 247 | 25 | 61 | 0 | 43 | 422 | 41 | 61 |
| Binary | 10000100 | 1010101 | 10100111 | 10101 | 110001 | 0 | 100011 | 100010010 | 100001 | 110001 |
Color Harmonies of #8455A7
Complementary color
Monochromatic Colors of #8455A7
Black with #8455A7
Text Example
Text Example
White with #8455A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8455A7; }
p { color: rgb(132,85,167); }
H1.HeaderClassName
{
color: #8455A7;
}
.AnyTagClassName
{
color: #8455A7;
}
</style>
background-color css
<style>
a { background-color: #8455A7; }
a { background-color: rgb(132,85,167); }
div.DivClassName
{
background-color: #8455A7;
}
.BgClassName
{
background-color: #8455A7;
}
</style>
border-color css
<style>
span { border-color: #8455A7; }
span { border-color: rgb(132,85,167); }
td.TdClassName
{
border-color: #8455A7;
}
.TagClassName
{
border-color: #8455A7;
}
</style>