Shades of Studio #8757A5
Tints of Studio #8757A5
RGB
CMYK
RGB Variations
Color information
#8757A5 (or 0x8757A5) is known color: Studio. HEX triplet: 87, 57 and A5. RGB value is (135,87,165). Sum of RGB (Red+Green+Blue) = 135+87+165=387 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.88% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 165 (64.84% from 255 or 42.64% from 387); Max value from RGB is 165 - color contains mainly: blue. Hex color #8757A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8757A5 is #78A85A. Grayscale: #6D6D6D. Windows color (decimal): -7907419 or 10835847. OLE color: 10835847.
HSL color Cylindrical-coordinate representation of color #8757A5: hue angle of 276.92º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8757A5 is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 135 | 87 | 165 | - |
| CMYK | 0.18 | 0.47 | 0 | 0.35 |
| HSL | 276.92º | 0.31% | 0.49% | - |
| HSV(B) | 276.92º | 0.47% | 0.65% | - |
| XYZ | 20.19 | 14.68 | 37.37 | - |
| YUV | 110.24 | 158.9 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 87 | 165 | 0.18 | 0.47 | 0 | 0.35 | 276.92 | 0.31 | 0.49 |
| Hex | 87 | 57 | A5 | 12 | 2F | 0 | 23 | 115 | 1F | 31 |
| Octal | 207 | 127 | 245 | 22 | 57 | 0 | 43 | 425 | 37 | 61 |
| Binary | 10000111 | 1010111 | 10100101 | 10010 | 101111 | 0 | 100011 | 100010101 | 11111 | 110001 |
Color Harmonies of #8757A5
Complementary color
Monochromatic Colors of #8757A5
Black with #8757A5
Text Example
Text Example
White with #8757A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8757A5; }
p { color: rgb(135,87,165); }
H1.HeaderClassName
{
color: #8757A5;
}
.AnyTagClassName
{
color: #8757A5;
}
</style>
background-color css
<style>
a { background-color: #8757A5; }
a { background-color: rgb(135,87,165); }
div.DivClassName
{
background-color: #8757A5;
}
.BgClassName
{
background-color: #8757A5;
}
</style>
border-color css
<style>
span { border-color: #8757A5; }
span { border-color: rgb(135,87,165); }
td.TdClassName
{
border-color: #8757A5;
}
.TagClassName
{
border-color: #8757A5;
}
</style>