Shades of Studio #824EA4
Tints of Studio #824EA4
RGB
CMYK
RGB Variations
Color information
#824EA4 (or 0x824EA4) is known color: Studio. HEX triplet: 82, 4E and A4. RGB value is (130,78,164). Sum of RGB (Red+Green+Blue) = 130+78+164=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 164 (64.45% from 255 or 44.09% from 372); Max value from RGB is 164 - color contains mainly: blue. Hex color #824EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824EA4 is #7DB15B. Grayscale: #676767. Windows color (decimal): -8237404 or 10768002. OLE color: 10768002.
HSL color Cylindrical-coordinate representation of color #824EA4: hue angle of 276.28º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #824EA4 is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 78 | 164 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.36 |
| HSL | 276.28º | 0.36% | 0.47% | - |
| HSV(B) | 276.28º | 0.52% | 0.64% | - |
| XYZ | 18.63 | 12.87 | 36.63 | - |
| YUV | 103.35 | 162.23 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 78 | 164 | 0.21 | 0.52 | 0 | 0.36 | 276.28 | 0.36 | 0.47 |
| Hex | 82 | 4E | A4 | 15 | 34 | 0 | 24 | 114 | 24 | 2F |
| Octal | 202 | 116 | 244 | 25 | 64 | 0 | 44 | 424 | 44 | 57 |
| Binary | 10000010 | 1001110 | 10100100 | 10101 | 110100 | 0 | 100100 | 100010100 | 100100 | 101111 |
Color Harmonies of #824EA4
Complementary color
Monochromatic Colors of #824EA4
Black with #824EA4
Text Example
Text Example
White with #824EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824EA4; }
p { color: rgb(130,78,164); }
H1.HeaderClassName
{
color: #824EA4;
}
.AnyTagClassName
{
color: #824EA4;
}
</style>
background-color css
<style>
a { background-color: #824EA4; }
a { background-color: rgb(130,78,164); }
div.DivClassName
{
background-color: #824EA4;
}
.BgClassName
{
background-color: #824EA4;
}
</style>
border-color css
<style>
span { border-color: #824EA4; }
span { border-color: rgb(130,78,164); }
td.TdClassName
{
border-color: #824EA4;
}
.TagClassName
{
border-color: #824EA4;
}
</style>