Shades of Studio #824CB7
Tints of Studio #824CB7
RGB
CMYK
RGB Variations
Color information
#824CB7 (or 0x824CB7) is known color: Studio. HEX triplet: 82, 4C and B7. RGB value is (130,76,183). Sum of RGB (Red+Green+Blue) = 130+76+183=389 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.42% from 389); Green value is 76 (30.08% from 255 or 19.54% from 389); Blue value is 183 (71.88% from 255 or 47.04% from 389); Max value from RGB is 183 - color contains mainly: blue. Hex color #824CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824CB7 is #7DB348. Grayscale: #676767. Windows color (decimal): -8237897 or 12012674. OLE color: 12012674.
HSL color Cylindrical-coordinate representation of color #824CB7: hue angle of 270.28º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #824CB7 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 130 | 76 | 183 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.28 |
| HSL | 270.28º | 0.43% | 0.51% | - |
| HSV(B) | 270.28º | 0.58% | 0.72% | - |
| XYZ | 20.34 | 13.33 | 46.3 | - |
| YUV | 104.34 | 172.39 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 76 | 183 | 0.29 | 0.58 | 0 | 0.28 | 270.28 | 0.43 | 0.51 |
| Hex | 82 | 4C | B7 | 1D | 3A | 0 | 1C | 10E | 2B | 33 |
| Octal | 202 | 114 | 267 | 35 | 72 | 0 | 34 | 416 | 53 | 63 |
| Binary | 10000010 | 1001100 | 10110111 | 11101 | 111010 | 0 | 11100 | 100001110 | 101011 | 110011 |
Color Harmonies of #824CB7
Complementary color
Monochromatic Colors of #824CB7
Black with #824CB7
Text Example
Text Example
White with #824CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824CB7; }
p { color: rgb(130,76,183); }
H1.HeaderClassName
{
color: #824CB7;
}
.AnyTagClassName
{
color: #824CB7;
}
</style>
background-color css
<style>
a { background-color: #824CB7; }
a { background-color: rgb(130,76,183); }
div.DivClassName
{
background-color: #824CB7;
}
.BgClassName
{
background-color: #824CB7;
}
</style>
border-color css
<style>
span { border-color: #824CB7; }
span { border-color: rgb(130,76,183); }
td.TdClassName
{
border-color: #824CB7;
}
.TagClassName
{
border-color: #824CB7;
}
</style>