Shades of Studio #86529E
Tints of Studio #86529E
RGB
CMYK
RGB Variations
Color information
#86529E (or 0x86529E) is known color: Studio. HEX triplet: 86, 52 and 9E. RGB value is (134,82,158). Sum of RGB (Red+Green+Blue) = 134+82+158=374 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.83% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #86529E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #86529E is #79AD61. Grayscale: #696969. Windows color (decimal): -7974242 or 10375814. OLE color: 10375814.
HSL color Cylindrical-coordinate representation of color #86529E: hue angle of 281.05º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #86529E is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 134 | 82 | 158 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.38 |
| HSL | 281.05º | 0.32% | 0.47% | - |
| HSV(B) | 281.05º | 0.48% | 0.62% | - |
| XYZ | 19.02 | 13.57 | 33.96 | - |
| YUV | 106.21 | 157.23 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 82 | 158 | 0.15 | 0.48 | 0 | 0.38 | 281.05 | 0.32 | 0.47 |
| Hex | 86 | 52 | 9E | F | 30 | 0 | 26 | 119 | 20 | 2F |
| Octal | 206 | 122 | 236 | 17 | 60 | 0 | 46 | 431 | 40 | 57 |
| Binary | 10000110 | 1010010 | 10011110 | 1111 | 110000 | 0 | 100110 | 100011001 | 100000 | 101111 |
Color Harmonies of #86529E
Complementary color
Monochromatic Colors of #86529E
Black with #86529E
Text Example
Text Example
White with #86529E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86529E; }
p { color: rgb(134,82,158); }
H1.HeaderClassName
{
color: #86529E;
}
.AnyTagClassName
{
color: #86529E;
}
</style>
background-color css
<style>
a { background-color: #86529E; }
a { background-color: rgb(134,82,158); }
div.DivClassName
{
background-color: #86529E;
}
.BgClassName
{
background-color: #86529E;
}
</style>
border-color css
<style>
span { border-color: #86529E; }
span { border-color: rgb(134,82,158); }
td.TdClassName
{
border-color: #86529E;
}
.TagClassName
{
border-color: #86529E;
}
</style>