Shades of Studio #804DBC
Tints of Studio #804DBC
RGB
CMYK
RGB Variations
Color information
#804DBC (or 0x804DBC) is known color: Studio. HEX triplet: 80, 4D and BC. RGB value is (128,77,188). Sum of RGB (Red+Green+Blue) = 128+77+188=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #804DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804DBC is #7FB243. Grayscale: #686868. Windows color (decimal): -8368708 or 12340608. OLE color: 12340608.
HSL color Cylindrical-coordinate representation of color #804DBC: hue angle of 267.57º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #804DBC is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 77 | 188 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.26 |
| HSL | 267.57º | 0.45% | 0.52% | - |
| HSV(B) | 267.57º | 0.59% | 0.74% | - |
| XYZ | 20.63 | 13.53 | 49.1 | - |
| YUV | 104.9 | 174.9 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 77 | 188 | 0.32 | 0.59 | 0 | 0.26 | 267.57 | 0.45 | 0.52 |
| Hex | 80 | 4D | BC | 20 | 3B | 0 | 1A | 10C | 2D | 34 |
| Octal | 200 | 115 | 274 | 40 | 73 | 0 | 32 | 414 | 55 | 64 |
| Binary | 10000000 | 1001101 | 10111100 | 100000 | 111011 | 0 | 11010 | 100001100 | 101101 | 110100 |
Color Harmonies of #804DBC
Complementary color
Monochromatic Colors of #804DBC
Black with #804DBC
Text Example
Text Example
White with #804DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804DBC; }
p { color: rgb(128,77,188); }
H1.HeaderClassName
{
color: #804DBC;
}
.AnyTagClassName
{
color: #804DBC;
}
</style>
background-color css
<style>
a { background-color: #804DBC; }
a { background-color: rgb(128,77,188); }
div.DivClassName
{
background-color: #804DBC;
}
.BgClassName
{
background-color: #804DBC;
}
</style>
border-color css
<style>
span { border-color: #804DBC; }
span { border-color: rgb(128,77,188); }
td.TdClassName
{
border-color: #804DBC;
}
.TagClassName
{
border-color: #804DBC;
}
</style>