Shades of Studio #804EBC
Tints of Studio #804EBC
RGB
CMYK
RGB Variations
Color information
#804EBC (or 0x804EBC) is known color: Studio. HEX triplet: 80, 4E and BC. RGB value is (128,78,188). Sum of RGB (Red+Green+Blue) = 128+78+188=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #804EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804EBC is #7FB143. Grayscale: #696969. Windows color (decimal): -8368452 or 12340864. OLE color: 12340864.
HSL color Cylindrical-coordinate representation of color #804EBC: hue angle of 267.27º 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 #804EBC is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 78 | 188 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.26 |
| HSL | 267.27º | 0.45% | 0.52% | - |
| HSV(B) | 267.27º | 0.59% | 0.74% | - |
| XYZ | 20.7 | 13.67 | 49.12 | - |
| YUV | 105.49 | 174.57 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 78 | 188 | 0.32 | 0.59 | 0 | 0.26 | 267.27 | 0.45 | 0.52 |
| Hex | 80 | 4E | BC | 20 | 3B | 0 | 1A | 10B | 2D | 34 |
| Octal | 200 | 116 | 274 | 40 | 73 | 0 | 32 | 413 | 55 | 64 |
| Binary | 10000000 | 1001110 | 10111100 | 100000 | 111011 | 0 | 11010 | 100001011 | 101101 | 110100 |
Color Harmonies of #804EBC
Complementary color
Monochromatic Colors of #804EBC
Black with #804EBC
Text Example
Text Example
White with #804EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804EBC; }
p { color: rgb(128,78,188); }
H1.HeaderClassName
{
color: #804EBC;
}
.AnyTagClassName
{
color: #804EBC;
}
</style>
background-color css
<style>
a { background-color: #804EBC; }
a { background-color: rgb(128,78,188); }
div.DivClassName
{
background-color: #804EBC;
}
.BgClassName
{
background-color: #804EBC;
}
</style>
border-color css
<style>
span { border-color: #804EBC; }
span { border-color: rgb(128,78,188); }
td.TdClassName
{
border-color: #804EBC;
}
.TagClassName
{
border-color: #804EBC;
}
</style>