Shades of Studio #844BA8
Tints of Studio #844BA8
RGB
CMYK
RGB Variations
Color information
#844BA8 (or 0x844BA8) is known color: Studio. HEX triplet: 84, 4B and A8. RGB value is (132,75,168). Sum of RGB (Red+Green+Blue) = 132+75+168=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 168 - color contains mainly: blue. Hex color #844BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844BA8 is #7BB457. Grayscale: #666666. Windows color (decimal): -8107096 or 11029380. OLE color: 11029380.
HSL color Cylindrical-coordinate representation of color #844BA8: hue angle of 276.77º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #844BA8 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 75 | 168 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.34 |
| HSL | 276.77º | 0.38% | 0.48% | - |
| HSV(B) | 276.77º | 0.55% | 0.66% | - |
| XYZ | 19.1 | 12.76 | 38.5 | - |
| YUV | 102.65 | 164.88 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 75 | 168 | 0.21 | 0.55 | 0 | 0.34 | 276.77 | 0.38 | 0.48 |
| Hex | 84 | 4B | A8 | 15 | 37 | 0 | 22 | 115 | 26 | 30 |
| Octal | 204 | 113 | 250 | 25 | 67 | 0 | 42 | 425 | 46 | 60 |
| Binary | 10000100 | 1001011 | 10101000 | 10101 | 110111 | 0 | 100010 | 100010101 | 100110 | 110000 |
Color Harmonies of #844BA8
Complementary color
Monochromatic Colors of #844BA8
Black with #844BA8
Text Example
Text Example
White with #844BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844BA8; }
p { color: rgb(132,75,168); }
H1.HeaderClassName
{
color: #844BA8;
}
.AnyTagClassName
{
color: #844BA8;
}
</style>
background-color css
<style>
a { background-color: #844BA8; }
a { background-color: rgb(132,75,168); }
div.DivClassName
{
background-color: #844BA8;
}
.BgClassName
{
background-color: #844BA8;
}
</style>
border-color css
<style>
span { border-color: #844BA8; }
span { border-color: rgb(132,75,168); }
td.TdClassName
{
border-color: #844BA8;
}
.TagClassName
{
border-color: #844BA8;
}
</style>