Shades of Studio #874DA0
Tints of Studio #874DA0
RGB
CMYK
RGB Variations
Color information
#874DA0 (or 0x874DA0) is known color: Studio. HEX triplet: 87, 4D and A0. RGB value is (135,77,160). Sum of RGB (Red+Green+Blue) = 135+77+160=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 160 (62.89% from 255 or 43.01% from 372); Max value from RGB is 160 - color contains mainly: blue. Hex color #874DA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874DA0 is #78B25F. Grayscale: #676767. Windows color (decimal): -7909984 or 10505607. OLE color: 10505607.
HSL color Cylindrical-coordinate representation of color #874DA0: hue angle of 281.93º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #874DA0 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 135 | 77 | 160 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.37 |
| HSL | 281.93º | 0.35% | 0.46% | - |
| HSV(B) | 281.93º | 0.52% | 0.63% | - |
| XYZ | 18.99 | 13 | 34.77 | - |
| YUV | 103.8 | 159.72 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 160 | 0.16 | 0.52 | 0 | 0.37 | 281.93 | 0.35 | 0.46 |
| Hex | 87 | 4D | A0 | 10 | 34 | 0 | 25 | 11A | 23 | 2E |
| Octal | 207 | 115 | 240 | 20 | 64 | 0 | 45 | 432 | 43 | 56 |
| Binary | 10000111 | 1001101 | 10100000 | 10000 | 110100 | 0 | 100101 | 100011010 | 100011 | 101110 |
Color Harmonies of #874DA0
Complementary color
Monochromatic Colors of #874DA0
Black with #874DA0
Text Example
Text Example
White with #874DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874DA0; }
p { color: rgb(135,77,160); }
H1.HeaderClassName
{
color: #874DA0;
}
.AnyTagClassName
{
color: #874DA0;
}
</style>
background-color css
<style>
a { background-color: #874DA0; }
a { background-color: rgb(135,77,160); }
div.DivClassName
{
background-color: #874DA0;
}
.BgClassName
{
background-color: #874DA0;
}
</style>
border-color css
<style>
span { border-color: #874DA0; }
span { border-color: rgb(135,77,160); }
td.TdClassName
{
border-color: #874DA0;
}
.TagClassName
{
border-color: #874DA0;
}
</style>