Shades of Studio #844BA7
Tints of Studio #844BA7
RGB
CMYK
RGB Variations
Color information
#844BA7 (or 0x844BA7) is known color: Studio. HEX triplet: 84, 4B and A7. RGB value is (132,75,167). Sum of RGB (Red+Green+Blue) = 132+75+167=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 75 (29.69% from 255 or 20.05% from 374); Blue value is 167 (65.62% from 255 or 44.65% from 374); Max value from RGB is 167 - color contains mainly: blue. Hex color #844BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844BA7 is #7BB458. Grayscale: #666666. Windows color (decimal): -8107097 or 10963844. OLE color: 10963844.
HSL color Cylindrical-coordinate representation of color #844BA7: hue angle of 277.17º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #844BA7 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 75 | 167 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.35 |
| HSL | 277.17º | 0.38% | 0.47% | - |
| HSV(B) | 277.17º | 0.55% | 0.65% | - |
| XYZ | 19.01 | 12.73 | 38.01 | - |
| YUV | 102.53 | 164.38 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 75 | 167 | 0.21 | 0.55 | 0 | 0.35 | 277.17 | 0.38 | 0.47 |
| Hex | 84 | 4B | A7 | 15 | 37 | 0 | 23 | 115 | 26 | 2F |
| Octal | 204 | 113 | 247 | 25 | 67 | 0 | 43 | 425 | 46 | 57 |
| Binary | 10000100 | 1001011 | 10100111 | 10101 | 110111 | 0 | 100011 | 100010101 | 100110 | 101111 |
Color Harmonies of #844BA7
Complementary color
Monochromatic Colors of #844BA7
Black with #844BA7
Text Example
Text Example
White with #844BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844BA7; }
p { color: rgb(132,75,167); }
H1.HeaderClassName
{
color: #844BA7;
}
.AnyTagClassName
{
color: #844BA7;
}
</style>
background-color css
<style>
a { background-color: #844BA7; }
a { background-color: rgb(132,75,167); }
div.DivClassName
{
background-color: #844BA7;
}
.BgClassName
{
background-color: #844BA7;
}
</style>
border-color css
<style>
span { border-color: #844BA7; }
span { border-color: rgb(132,75,167); }
td.TdClassName
{
border-color: #844BA7;
}
.TagClassName
{
border-color: #844BA7;
}
</style>