Shades of Studio #825CAC
Tints of Studio #825CAC
RGB
CMYK
RGB Variations
Color information
#825CAC (or 0x825CAC) is known color: Studio. HEX triplet: 82, 5C and AC. RGB value is (130,92,172). Sum of RGB (Red+Green+Blue) = 130+92+172=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #825CAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825CAC is #7DA353. Grayscale: #707070. Windows color (decimal): -8233812 or 11295874. OLE color: 11295874.
HSL color Cylindrical-coordinate representation of color #825CAC: hue angle of 268.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #825CAC is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 92 | 172 | - |
| CMYK | 0.24 | 0.47 | 0 | 0.33 |
| HSL | 268.5º | 0.33% | 0.52% | - |
| HSV(B) | 268.5º | 0.47% | 0.67% | - |
| XYZ | 20.48 | 15.38 | 40.92 | - |
| YUV | 112.48 | 161.59 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 92 | 172 | 0.24 | 0.47 | 0 | 0.33 | 268.5 | 0.33 | 0.52 |
| Hex | 82 | 5C | AC | 18 | 2F | 0 | 21 | 10C | 21 | 34 |
| Octal | 202 | 134 | 254 | 30 | 57 | 0 | 41 | 414 | 41 | 64 |
| Binary | 10000010 | 1011100 | 10101100 | 11000 | 101111 | 0 | 100001 | 100001100 | 100001 | 110100 |
Color Harmonies of #825CAC
Complementary color
Monochromatic Colors of #825CAC
Black with #825CAC
Text Example
Text Example
White with #825CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825CAC; }
p { color: rgb(130,92,172); }
H1.HeaderClassName
{
color: #825CAC;
}
.AnyTagClassName
{
color: #825CAC;
}
</style>
background-color css
<style>
a { background-color: #825CAC; }
a { background-color: rgb(130,92,172); }
div.DivClassName
{
background-color: #825CAC;
}
.BgClassName
{
background-color: #825CAC;
}
</style>
border-color css
<style>
span { border-color: #825CAC; }
span { border-color: rgb(130,92,172); }
td.TdClassName
{
border-color: #825CAC;
}
.TagClassName
{
border-color: #825CAC;
}
</style>