Shades of Studio #844EA4
Tints of Studio #844EA4
RGB
CMYK
RGB Variations
Color information
#844EA4 (or 0x844EA4) is known color: Studio. HEX triplet: 84, 4E and A4. RGB value is (132,78,164). Sum of RGB (Red+Green+Blue) = 132+78+164=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 164 (64.45% from 255 or 43.85% from 374); Max value from RGB is 164 - color contains mainly: blue. Hex color #844EA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844EA4 is #7BB15B. Grayscale: #676767. Windows color (decimal): -8106332 or 10768004. OLE color: 10768004.
HSL color Cylindrical-coordinate representation of color #844EA4: hue angle of 277.67º 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 #844EA4 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 78 | 164 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.36 |
| HSL | 277.67º | 0.36% | 0.47% | - |
| HSV(B) | 277.67º | 0.52% | 0.64% | - |
| XYZ | 18.94 | 13.03 | 36.64 | - |
| YUV | 103.95 | 161.89 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 78 | 164 | 0.20 | 0.52 | 0 | 0.36 | 277.67 | 0.36 | 0.47 |
| Hex | 84 | 4E | A4 | 14 | 34 | 0 | 24 | 116 | 24 | 2F |
| Octal | 204 | 116 | 244 | 24 | 64 | 0 | 44 | 426 | 44 | 57 |
| Binary | 10000100 | 1001110 | 10100100 | 10100 | 110100 | 0 | 100100 | 100010110 | 100100 | 101111 |
Color Harmonies of #844EA4
Complementary color
Monochromatic Colors of #844EA4
Black with #844EA4
Text Example
Text Example
White with #844EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844EA4; }
p { color: rgb(132,78,164); }
H1.HeaderClassName
{
color: #844EA4;
}
.AnyTagClassName
{
color: #844EA4;
}
</style>
background-color css
<style>
a { background-color: #844EA4; }
a { background-color: rgb(132,78,164); }
div.DivClassName
{
background-color: #844EA4;
}
.BgClassName
{
background-color: #844EA4;
}
</style>
border-color css
<style>
span { border-color: #844EA4; }
span { border-color: rgb(132,78,164); }
td.TdClassName
{
border-color: #844EA4;
}
.TagClassName
{
border-color: #844EA4;
}
</style>