Shades of Studio #8657A9
Tints of Studio #8657A9
RGB
CMYK
RGB Variations
Color information
#8657A9 (or 0x8657A9) is known color: Studio. HEX triplet: 86, 57 and A9. RGB value is (134,87,169). Sum of RGB (Red+Green+Blue) = 134+87+169=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 169 (66.41% from 255 or 43.33% from 390); Max value from RGB is 169 - color contains mainly: blue. Hex color #8657A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8657A9 is #79A856. Grayscale: #6E6E6E. Windows color (decimal): -7972951 or 11097990. OLE color: 11097990.
HSL color Cylindrical-coordinate representation of color #8657A9: hue angle of 274.39º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8657A9 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 134 | 87 | 169 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.34 |
| HSL | 274.39º | 0.32% | 0.5% | - |
| HSV(B) | 274.39º | 0.49% | 0.66% | - |
| XYZ | 20.4 | 14.75 | 39.31 | - |
| YUV | 110.4 | 161.07 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 87 | 169 | 0.21 | 0.49 | 0 | 0.34 | 274.39 | 0.32 | 0.5 |
| Hex | 86 | 57 | A9 | 15 | 31 | 0 | 22 | 112 | 20 | 32 |
| Octal | 206 | 127 | 251 | 25 | 61 | 0 | 42 | 422 | 40 | 62 |
| Binary | 10000110 | 1010111 | 10101001 | 10101 | 110001 | 0 | 100010 | 100010010 | 100000 | 110010 |
Color Harmonies of #8657A9
Complementary color
Monochromatic Colors of #8657A9
Black with #8657A9
Text Example
Text Example
White with #8657A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8657A9; }
p { color: rgb(134,87,169); }
H1.HeaderClassName
{
color: #8657A9;
}
.AnyTagClassName
{
color: #8657A9;
}
</style>
background-color css
<style>
a { background-color: #8657A9; }
a { background-color: rgb(134,87,169); }
div.DivClassName
{
background-color: #8657A9;
}
.BgClassName
{
background-color: #8657A9;
}
</style>
border-color css
<style>
span { border-color: #8657A9; }
span { border-color: rgb(134,87,169); }
td.TdClassName
{
border-color: #8657A9;
}
.TagClassName
{
border-color: #8657A9;
}
</style>