Shades of Studio #8457A1
Tints of Studio #8457A1
RGB
CMYK
RGB Variations
Color information
#8457A1 (or 0x8457A1) is known color: Studio. HEX triplet: 84, 57 and A1. RGB value is (132,87,161). Sum of RGB (Red+Green+Blue) = 132+87+161=380 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.74% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 161 (63.28% from 255 or 42.37% from 380); Max value from RGB is 161 - color contains mainly: blue. Hex color #8457A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8457A1 is #7BA85E. Grayscale: #6C6C6C. Windows color (decimal): -8104031 or 10573700. OLE color: 10573700.
HSL color Cylindrical-coordinate representation of color #8457A1: hue angle of 276.49º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8457A1 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 87 | 161 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.37 |
| HSL | 276.49º | 0.3% | 0.49% | - |
| HSV(B) | 276.49º | 0.46% | 0.63% | - |
| XYZ | 19.36 | 14.3 | 35.46 | - |
| YUV | 108.89 | 157.41 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 87 | 161 | 0.18 | 0.46 | 0 | 0.37 | 276.49 | 0.3 | 0.49 |
| Hex | 84 | 57 | A1 | 12 | 2E | 0 | 25 | 114 | 1E | 31 |
| Octal | 204 | 127 | 241 | 22 | 56 | 0 | 45 | 424 | 36 | 61 |
| Binary | 10000100 | 1010111 | 10100001 | 10010 | 101110 | 0 | 100101 | 100010100 | 11110 | 110001 |
Color Harmonies of #8457A1
Complementary color
Monochromatic Colors of #8457A1
Black with #8457A1
Text Example
Text Example
White with #8457A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8457A1; }
p { color: rgb(132,87,161); }
H1.HeaderClassName
{
color: #8457A1;
}
.AnyTagClassName
{
color: #8457A1;
}
</style>
background-color css
<style>
a { background-color: #8457A1; }
a { background-color: rgb(132,87,161); }
div.DivClassName
{
background-color: #8457A1;
}
.BgClassName
{
background-color: #8457A1;
}
</style>
border-color css
<style>
span { border-color: #8457A1; }
span { border-color: rgb(132,87,161); }
td.TdClassName
{
border-color: #8457A1;
}
.TagClassName
{
border-color: #8457A1;
}
</style>