Shades of Studio #804AB8
Tints of Studio #804AB8
RGB
CMYK
RGB Variations
Color information
#804AB8 (or 0x804AB8) is known color: Studio. HEX triplet: 80, 4A and B8. RGB value is (128,74,184). Sum of RGB (Red+Green+Blue) = 128+74+184=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 74 (29.30% from 255 or 19.17% from 386); Blue value is 184 (72.27% from 255 or 47.67% from 386); Max value from RGB is 184 - color contains mainly: blue. Hex color #804AB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804AB8 is #7FB547. Grayscale: #666666. Windows color (decimal): -8369480 or 12077696. OLE color: 12077696.
HSL color Cylindrical-coordinate representation of color #804AB8: hue angle of 269.45º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #804AB8 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 74 | 184 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.28 |
| HSL | 269.45º | 0.44% | 0.51% | - |
| HSV(B) | 269.45º | 0.6% | 0.72% | - |
| XYZ | 20 | 12.95 | 46.79 | - |
| YUV | 102.69 | 173.89 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 74 | 184 | 0.30 | 0.60 | 0 | 0.28 | 269.45 | 0.44 | 0.51 |
| Hex | 80 | 4A | B8 | 1E | 3C | 0 | 1C | 10D | 2C | 33 |
| Octal | 200 | 112 | 270 | 36 | 74 | 0 | 34 | 415 | 54 | 63 |
| Binary | 10000000 | 1001010 | 10111000 | 11110 | 111100 | 0 | 11100 | 100001101 | 101100 | 110011 |
Color Harmonies of #804AB8
Complementary color
Monochromatic Colors of #804AB8
Black with #804AB8
Text Example
Text Example
White with #804AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804AB8; }
p { color: rgb(128,74,184); }
H1.HeaderClassName
{
color: #804AB8;
}
.AnyTagClassName
{
color: #804AB8;
}
</style>
background-color css
<style>
a { background-color: #804AB8; }
a { background-color: rgb(128,74,184); }
div.DivClassName
{
background-color: #804AB8;
}
.BgClassName
{
background-color: #804AB8;
}
</style>
border-color css
<style>
span { border-color: #804AB8; }
span { border-color: rgb(128,74,184); }
td.TdClassName
{
border-color: #804AB8;
}
.TagClassName
{
border-color: #804AB8;
}
</style>