Shades of Studio #804BA8
Tints of Studio #804BA8
RGB
CMYK
RGB Variations
Color information
#804BA8 (or 0x804BA8) is known color: Studio. HEX triplet: 80, 4B and A8. RGB value is (128,75,168). Sum of RGB (Red+Green+Blue) = 128+75+168=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 168 (66.02% from 255 or 45.28% from 371); Max value from RGB is 168 - color contains mainly: blue. Hex color #804BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804BA8 is #7FB457. Grayscale: #656565. Windows color (decimal): -8369240 or 11029376. OLE color: 11029376.
HSL color Cylindrical-coordinate representation of color #804BA8: hue angle of 274.19º 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 #804BA8 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 75 | 168 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.34 |
| HSL | 274.19º | 0.38% | 0.48% | - |
| HSV(B) | 274.19º | 0.55% | 0.66% | - |
| XYZ | 18.49 | 12.45 | 38.47 | - |
| YUV | 101.45 | 165.56 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 75 | 168 | 0.24 | 0.55 | 0 | 0.34 | 274.19 | 0.38 | 0.48 |
| Hex | 80 | 4B | A8 | 18 | 37 | 0 | 22 | 112 | 26 | 30 |
| Octal | 200 | 113 | 250 | 30 | 67 | 0 | 42 | 422 | 46 | 60 |
| Binary | 10000000 | 1001011 | 10101000 | 11000 | 110111 | 0 | 100010 | 100010010 | 100110 | 110000 |
Color Harmonies of #804BA8
Complementary color
Monochromatic Colors of #804BA8
Black with #804BA8
Text Example
Text Example
White with #804BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804BA8; }
p { color: rgb(128,75,168); }
H1.HeaderClassName
{
color: #804BA8;
}
.AnyTagClassName
{
color: #804BA8;
}
</style>
background-color css
<style>
a { background-color: #804BA8; }
a { background-color: rgb(128,75,168); }
div.DivClassName
{
background-color: #804BA8;
}
.BgClassName
{
background-color: #804BA8;
}
</style>
border-color css
<style>
span { border-color: #804BA8; }
span { border-color: rgb(128,75,168); }
td.TdClassName
{
border-color: #804BA8;
}
.TagClassName
{
border-color: #804BA8;
}
</style>