Shades of Studio #8457AF
Tints of Studio #8457AF
RGB
CMYK
RGB Variations
Color information
#8457AF (or 0x8457AF) is known color: Studio. HEX triplet: 84, 57 and AF. RGB value is (132,87,175). Sum of RGB (Red+Green+Blue) = 132+87+175=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #8457AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8457AF is #7BA850. Grayscale: #6E6E6E. Windows color (decimal): -8104017 or 11491204. OLE color: 11491204.
HSL color Cylindrical-coordinate representation of color #8457AF: hue angle of 270.68º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8457AF is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 87 | 175 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.31 |
| HSL | 270.68º | 0.35% | 0.51% | - |
| HSV(B) | 270.68º | 0.5% | 0.69% | - |
| XYZ | 20.66 | 14.82 | 42.33 | - |
| YUV | 110.49 | 164.41 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 87 | 175 | 0.25 | 0.50 | 0 | 0.31 | 270.68 | 0.35 | 0.51 |
| Hex | 84 | 57 | AF | 19 | 32 | 0 | 1F | 10F | 23 | 33 |
| Octal | 204 | 127 | 257 | 31 | 62 | 0 | 37 | 417 | 43 | 63 |
| Binary | 10000100 | 1010111 | 10101111 | 11001 | 110010 | 0 | 11111 | 100001111 | 100011 | 110011 |
Color Harmonies of #8457AF
Complementary color
Monochromatic Colors of #8457AF
Black with #8457AF
Text Example
Text Example
White with #8457AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8457AF; }
p { color: rgb(132,87,175); }
H1.HeaderClassName
{
color: #8457AF;
}
.AnyTagClassName
{
color: #8457AF;
}
</style>
background-color css
<style>
a { background-color: #8457AF; }
a { background-color: rgb(132,87,175); }
div.DivClassName
{
background-color: #8457AF;
}
.BgClassName
{
background-color: #8457AF;
}
</style>
border-color css
<style>
span { border-color: #8457AF; }
span { border-color: rgb(132,87,175); }
td.TdClassName
{
border-color: #8457AF;
}
.TagClassName
{
border-color: #8457AF;
}
</style>