Shades of Studio #844FAA
Tints of Studio #844FAA
RGB
CMYK
RGB Variations
Color information
#844FAA (or 0x844FAA) is known color: Studio. HEX triplet: 84, 4F and AA. RGB value is (132,79,170). Sum of RGB (Red+Green+Blue) = 132+79+170=381 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.65% from 381); Green value is 79 (31.25% from 255 or 20.73% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #844FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844FAA is #7BB055. Grayscale: #686868. Windows color (decimal): -8106070 or 11161476. OLE color: 11161476.
HSL color Cylindrical-coordinate representation of color #844FAA: hue angle of 274.95º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #844FAA is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 79 | 170 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.33 |
| HSL | 274.95º | 0.37% | 0.49% | - |
| HSV(B) | 274.95º | 0.54% | 0.67% | - |
| XYZ | 19.57 | 13.4 | 39.59 | - |
| YUV | 105.22 | 164.56 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 79 | 170 | 0.22 | 0.54 | 0 | 0.33 | 274.95 | 0.37 | 0.49 |
| Hex | 84 | 4F | AA | 16 | 36 | 0 | 21 | 113 | 25 | 31 |
| Octal | 204 | 117 | 252 | 26 | 66 | 0 | 41 | 423 | 45 | 61 |
| Binary | 10000100 | 1001111 | 10101010 | 10110 | 110110 | 0 | 100001 | 100010011 | 100101 | 110001 |
Color Harmonies of #844FAA
Complementary color
Monochromatic Colors of #844FAA
Black with #844FAA
Text Example
Text Example
White with #844FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844FAA; }
p { color: rgb(132,79,170); }
H1.HeaderClassName
{
color: #844FAA;
}
.AnyTagClassName
{
color: #844FAA;
}
</style>
background-color css
<style>
a { background-color: #844FAA; }
a { background-color: rgb(132,79,170); }
div.DivClassName
{
background-color: #844FAA;
}
.BgClassName
{
background-color: #844FAA;
}
</style>
border-color css
<style>
span { border-color: #844FAA; }
span { border-color: rgb(132,79,170); }
td.TdClassName
{
border-color: #844FAA;
}
.TagClassName
{
border-color: #844FAA;
}
</style>