Shades of Studio #844BA6
Tints of Studio #844BA6
RGB
CMYK
RGB Variations
Color information
#844BA6 (or 0x844BA6) is known color: Studio. HEX triplet: 84, 4B and A6. RGB value is (132,75,166). Sum of RGB (Red+Green+Blue) = 132+75+166=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 166 (65.23% from 255 or 44.50% from 373); Max value from RGB is 166 - color contains mainly: blue. Hex color #844BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844BA6 is #7BB459. Grayscale: #666666. Windows color (decimal): -8107098 or 10898308. OLE color: 10898308.
HSL color Cylindrical-coordinate representation of color #844BA6: hue angle of 277.58º 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 #844BA6 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 75 | 166 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.35 |
| HSL | 277.58º | 0.38% | 0.47% | - |
| HSV(B) | 277.58º | 0.55% | 0.65% | - |
| XYZ | 18.91 | 12.69 | 37.53 | - |
| YUV | 102.42 | 163.88 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 75 | 166 | 0.20 | 0.55 | 0 | 0.35 | 277.58 | 0.38 | 0.47 |
| Hex | 84 | 4B | A6 | 14 | 37 | 0 | 23 | 116 | 26 | 2F |
| Octal | 204 | 113 | 246 | 24 | 67 | 0 | 43 | 426 | 46 | 57 |
| Binary | 10000100 | 1001011 | 10100110 | 10100 | 110111 | 0 | 100011 | 100010110 | 100110 | 101111 |
Color Harmonies of #844BA6
Complementary color
Monochromatic Colors of #844BA6
Black with #844BA6
Text Example
Text Example
White with #844BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844BA6; }
p { color: rgb(132,75,166); }
H1.HeaderClassName
{
color: #844BA6;
}
.AnyTagClassName
{
color: #844BA6;
}
</style>
background-color css
<style>
a { background-color: #844BA6; }
a { background-color: rgb(132,75,166); }
div.DivClassName
{
background-color: #844BA6;
}
.BgClassName
{
background-color: #844BA6;
}
</style>
border-color css
<style>
span { border-color: #844BA6; }
span { border-color: rgb(132,75,166); }
td.TdClassName
{
border-color: #844BA6;
}
.TagClassName
{
border-color: #844BA6;
}
</style>