Shades of Studio #824CA8
Tints of Studio #824CA8
RGB
CMYK
RGB Variations
Color information
#824CA8 (or 0x824CA8) is known color: Studio. HEX triplet: 82, 4C and A8. RGB value is (130,76,168). Sum of RGB (Red+Green+Blue) = 130+76+168=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 168 (66.02% from 255 or 44.92% from 374); Max value from RGB is 168 - color contains mainly: blue. Hex color #824CA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824CA8 is #7DB357. Grayscale: #666666. Windows color (decimal): -8237912 or 11029634. OLE color: 11029634.
HSL color Cylindrical-coordinate representation of color #824CA8: hue angle of 275.22º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #824CA8 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 130 | 76 | 168 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.34 |
| HSL | 275.22º | 0.38% | 0.48% | - |
| HSV(B) | 275.22º | 0.55% | 0.66% | - |
| XYZ | 18.86 | 12.74 | 38.51 | - |
| YUV | 102.63 | 164.89 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 76 | 168 | 0.23 | 0.55 | 0 | 0.34 | 275.22 | 0.38 | 0.48 |
| Hex | 82 | 4C | A8 | 17 | 37 | 0 | 22 | 113 | 26 | 30 |
| Octal | 202 | 114 | 250 | 27 | 67 | 0 | 42 | 423 | 46 | 60 |
| Binary | 10000010 | 1001100 | 10101000 | 10111 | 110111 | 0 | 100010 | 100010011 | 100110 | 110000 |
Color Harmonies of #824CA8
Complementary color
Monochromatic Colors of #824CA8
Black with #824CA8
Text Example
Text Example
White with #824CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824CA8; }
p { color: rgb(130,76,168); }
H1.HeaderClassName
{
color: #824CA8;
}
.AnyTagClassName
{
color: #824CA8;
}
</style>
background-color css
<style>
a { background-color: #824CA8; }
a { background-color: rgb(130,76,168); }
div.DivClassName
{
background-color: #824CA8;
}
.BgClassName
{
background-color: #824CA8;
}
</style>
border-color css
<style>
span { border-color: #824CA8; }
span { border-color: rgb(130,76,168); }
td.TdClassName
{
border-color: #824CA8;
}
.TagClassName
{
border-color: #824CA8;
}
</style>