Shades of Studio #8455A4
Tints of Studio #8455A4
RGB
CMYK
RGB Variations
Color information
#8455A4 (or 0x8455A4) is known color: Studio. HEX triplet: 84, 55 and A4. RGB value is (132,85,164). Sum of RGB (Red+Green+Blue) = 132+85+164=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 164 (64.45% from 255 or 43.04% from 381); Max value from RGB is 164 - color contains mainly: blue. Hex color #8455A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8455A4 is #7BAA5B. Grayscale: #6B6B6B. Windows color (decimal): -8104540 or 10769796. OLE color: 10769796.
HSL color Cylindrical-coordinate representation of color #8455A4: hue angle of 275.7º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8455A4 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 85 | 164 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.36 |
| HSL | 275.7º | 0.32% | 0.49% | - |
| HSV(B) | 275.7º | 0.48% | 0.64% | - |
| XYZ | 19.47 | 14.08 | 36.81 | - |
| YUV | 108.06 | 159.57 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 164 | 0.20 | 0.48 | 0 | 0.36 | 275.7 | 0.32 | 0.49 |
| Hex | 84 | 55 | A4 | 14 | 30 | 0 | 24 | 114 | 20 | 31 |
| Octal | 204 | 125 | 244 | 24 | 60 | 0 | 44 | 424 | 40 | 61 |
| Binary | 10000100 | 1010101 | 10100100 | 10100 | 110000 | 0 | 100100 | 100010100 | 100000 | 110001 |
Color Harmonies of #8455A4
Complementary color
Monochromatic Colors of #8455A4
Black with #8455A4
Text Example
Text Example
White with #8455A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8455A4; }
p { color: rgb(132,85,164); }
H1.HeaderClassName
{
color: #8455A4;
}
.AnyTagClassName
{
color: #8455A4;
}
</style>
background-color css
<style>
a { background-color: #8455A4; }
a { background-color: rgb(132,85,164); }
div.DivClassName
{
background-color: #8455A4;
}
.BgClassName
{
background-color: #8455A4;
}
</style>
border-color css
<style>
span { border-color: #8455A4; }
span { border-color: rgb(132,85,164); }
td.TdClassName
{
border-color: #8455A4;
}
.TagClassName
{
border-color: #8455A4;
}
</style>