Shades of Studio #824FB0
Tints of Studio #824FB0
RGB
CMYK
RGB Variations
Color information
#824FB0 (or 0x824FB0) is known color: Studio. HEX triplet: 82, 4F and B0. RGB value is (130,79,176). Sum of RGB (Red+Green+Blue) = 130+79+176=385 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.77% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 176 (69.14% from 255 or 45.71% from 385); Max value from RGB is 176 - color contains mainly: blue. Hex color #824FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824FB0 is #7DB04F. Grayscale: #686868. Windows color (decimal): -8237136 or 11554690. OLE color: 11554690.
HSL color Cylindrical-coordinate representation of color #824FB0: hue angle of 271.55º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #824FB0 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 79 | 176 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.31 |
| HSL | 271.55º | 0.38% | 0.5% | - |
| HSV(B) | 271.55º | 0.55% | 0.69% | - |
| XYZ | 19.84 | 13.47 | 42.63 | - |
| YUV | 105.31 | 167.9 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 79 | 176 | 0.26 | 0.55 | 0 | 0.31 | 271.55 | 0.38 | 0.5 |
| Hex | 82 | 4F | B0 | 1A | 37 | 0 | 1F | 110 | 26 | 32 |
| Octal | 202 | 117 | 260 | 32 | 67 | 0 | 37 | 420 | 46 | 62 |
| Binary | 10000010 | 1001111 | 10110000 | 11010 | 110111 | 0 | 11111 | 100010000 | 100110 | 110010 |
Color Harmonies of #824FB0
Complementary color
Monochromatic Colors of #824FB0
Black with #824FB0
Text Example
Text Example
White with #824FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824FB0; }
p { color: rgb(130,79,176); }
H1.HeaderClassName
{
color: #824FB0;
}
.AnyTagClassName
{
color: #824FB0;
}
</style>
background-color css
<style>
a { background-color: #824FB0; }
a { background-color: rgb(130,79,176); }
div.DivClassName
{
background-color: #824FB0;
}
.BgClassName
{
background-color: #824FB0;
}
</style>
border-color css
<style>
span { border-color: #824FB0; }
span { border-color: rgb(130,79,176); }
td.TdClassName
{
border-color: #824FB0;
}
.TagClassName
{
border-color: #824FB0;
}
</style>