Shades of Studio #824BA7
Tints of Studio #824BA7
RGB
CMYK
RGB Variations
Color information
#824BA7 (or 0x824BA7) is known color: Studio. HEX triplet: 82, 4B and A7. RGB value is (130,75,167). Sum of RGB (Red+Green+Blue) = 130+75+167=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 167 (65.62% from 255 or 44.89% from 372); Max value from RGB is 167 - color contains mainly: blue. Hex color #824BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824BA7 is #7DB458. Grayscale: #656565. Windows color (decimal): -8238169 or 10963842. OLE color: 10963842.
HSL color Cylindrical-coordinate representation of color #824BA7: hue angle of 275.87º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #824BA7 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 130 | 75 | 167 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.35 |
| HSL | 275.87º | 0.38% | 0.47% | - |
| HSV(B) | 275.87º | 0.55% | 0.65% | - |
| XYZ | 18.7 | 12.57 | 38 | - |
| YUV | 101.93 | 164.72 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 75 | 167 | 0.22 | 0.55 | 0 | 0.35 | 275.87 | 0.38 | 0.47 |
| Hex | 82 | 4B | A7 | 16 | 37 | 0 | 23 | 114 | 26 | 2F |
| Octal | 202 | 113 | 247 | 26 | 67 | 0 | 43 | 424 | 46 | 57 |
| Binary | 10000010 | 1001011 | 10100111 | 10110 | 110111 | 0 | 100011 | 100010100 | 100110 | 101111 |
Color Harmonies of #824BA7
Complementary color
Monochromatic Colors of #824BA7
Black with #824BA7
Text Example
Text Example
White with #824BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824BA7; }
p { color: rgb(130,75,167); }
H1.HeaderClassName
{
color: #824BA7;
}
.AnyTagClassName
{
color: #824BA7;
}
</style>
background-color css
<style>
a { background-color: #824BA7; }
a { background-color: rgb(130,75,167); }
div.DivClassName
{
background-color: #824BA7;
}
.BgClassName
{
background-color: #824BA7;
}
</style>
border-color css
<style>
span { border-color: #824BA7; }
span { border-color: rgb(130,75,167); }
td.TdClassName
{
border-color: #824BA7;
}
.TagClassName
{
border-color: #824BA7;
}
</style>