Shades of Studio #844BA4
Tints of Studio #844BA4
RGB
CMYK
RGB Variations
Color information
#844BA4 (or 0x844BA4) is known color: Studio. HEX triplet: 84, 4B and A4. RGB value is (132,75,164). Sum of RGB (Red+Green+Blue) = 132+75+164=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 164 - color contains mainly: blue. Hex color #844BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844BA4 is #7BB45B. Grayscale: #656565. Windows color (decimal): -8107100 or 10767236. OLE color: 10767236.
HSL color Cylindrical-coordinate representation of color #844BA4: hue angle of 278.43º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #844BA4 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 75 | 164 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.36 |
| HSL | 278.43º | 0.37% | 0.47% | - |
| HSV(B) | 278.43º | 0.54% | 0.64% | - |
| XYZ | 18.73 | 12.62 | 36.57 | - |
| YUV | 102.19 | 162.88 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 75 | 164 | 0.20 | 0.54 | 0 | 0.36 | 278.43 | 0.37 | 0.47 |
| Hex | 84 | 4B | A4 | 14 | 36 | 0 | 24 | 116 | 25 | 2F |
| Octal | 204 | 113 | 244 | 24 | 66 | 0 | 44 | 426 | 45 | 57 |
| Binary | 10000100 | 1001011 | 10100100 | 10100 | 110110 | 0 | 100100 | 100010110 | 100101 | 101111 |
Color Harmonies of #844BA4
Complementary color
Monochromatic Colors of #844BA4
Black with #844BA4
Text Example
Text Example
White with #844BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844BA4; }
p { color: rgb(132,75,164); }
H1.HeaderClassName
{
color: #844BA4;
}
.AnyTagClassName
{
color: #844BA4;
}
</style>
background-color css
<style>
a { background-color: #844BA4; }
a { background-color: rgb(132,75,164); }
div.DivClassName
{
background-color: #844BA4;
}
.BgClassName
{
background-color: #844BA4;
}
</style>
border-color css
<style>
span { border-color: #844BA4; }
span { border-color: rgb(132,75,164); }
td.TdClassName
{
border-color: #844BA4;
}
.TagClassName
{
border-color: #844BA4;
}
</style>