Shades of Studio #874DA3
Tints of Studio #874DA3
RGB
CMYK
RGB Variations
Color information
#874DA3 (or 0x874DA3) is known color: Studio. HEX triplet: 87, 4D and A3. RGB value is (135,77,163). Sum of RGB (Red+Green+Blue) = 135+77+163=375 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 163 (64.06% from 255 or 43.47% from 375); Max value from RGB is 163 - color contains mainly: blue. Hex color #874DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #874DA3 is #78B25C. Grayscale: #676767. Windows color (decimal): -7909981 or 10702215. OLE color: 10702215.
HSL color Cylindrical-coordinate representation of color #874DA3: hue angle of 280.47º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #874DA3 is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 135 | 77 | 163 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.36 |
| HSL | 280.47º | 0.36% | 0.47% | - |
| HSV(B) | 280.47º | 0.53% | 0.64% | - |
| XYZ | 19.26 | 13.1 | 36.16 | - |
| YUV | 104.15 | 161.22 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 163 | 0.17 | 0.53 | 0 | 0.36 | 280.47 | 0.36 | 0.47 |
| Hex | 87 | 4D | A3 | 11 | 35 | 0 | 24 | 118 | 24 | 2F |
| Octal | 207 | 115 | 243 | 21 | 65 | 0 | 44 | 430 | 44 | 57 |
| Binary | 10000111 | 1001101 | 10100011 | 10001 | 110101 | 0 | 100100 | 100011000 | 100100 | 101111 |
Color Harmonies of #874DA3
Complementary color
Monochromatic Colors of #874DA3
Black with #874DA3
Text Example
Text Example
White with #874DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874DA3; }
p { color: rgb(135,77,163); }
H1.HeaderClassName
{
color: #874DA3;
}
.AnyTagClassName
{
color: #874DA3;
}
</style>
background-color css
<style>
a { background-color: #874DA3; }
a { background-color: rgb(135,77,163); }
div.DivClassName
{
background-color: #874DA3;
}
.BgClassName
{
background-color: #874DA3;
}
</style>
border-color css
<style>
span { border-color: #874DA3; }
span { border-color: rgb(135,77,163); }
td.TdClassName
{
border-color: #874DA3;
}
.TagClassName
{
border-color: #874DA3;
}
</style>