Shades of Studio #804BBC
Tints of Studio #804BBC
RGB
CMYK
RGB Variations
Color information
#804BBC (or 0x804BBC) is known color: Studio. HEX triplet: 80, 4B and BC. RGB value is (128,75,188). Sum of RGB (Red+Green+Blue) = 128+75+188=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 75 (29.69% from 255 or 19.18% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #804BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804BBC is #7FB443. Grayscale: #676767. Windows color (decimal): -8369220 or 12340096. OLE color: 12340096.
HSL color Cylindrical-coordinate representation of color #804BBC: hue angle of 268.14º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #804BBC is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 75 | 188 | - |
| CMYK | 0.32 | 0.60 | 0 | 0.26 |
| HSL | 268.14º | 0.46% | 0.52% | - |
| HSV(B) | 268.14º | 0.6% | 0.74% | - |
| XYZ | 20.5 | 13.25 | 49.05 | - |
| YUV | 103.73 | 175.56 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 75 | 188 | 0.32 | 0.60 | 0 | 0.26 | 268.14 | 0.46 | 0.52 |
| Hex | 80 | 4B | BC | 20 | 3C | 0 | 1A | 10C | 2E | 34 |
| Octal | 200 | 113 | 274 | 40 | 74 | 0 | 32 | 414 | 56 | 64 |
| Binary | 10000000 | 1001011 | 10111100 | 100000 | 111100 | 0 | 11010 | 100001100 | 101110 | 110100 |
Color Harmonies of #804BBC
Complementary color
Monochromatic Colors of #804BBC
Black with #804BBC
Text Example
Text Example
White with #804BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804BBC; }
p { color: rgb(128,75,188); }
H1.HeaderClassName
{
color: #804BBC;
}
.AnyTagClassName
{
color: #804BBC;
}
</style>
background-color css
<style>
a { background-color: #804BBC; }
a { background-color: rgb(128,75,188); }
div.DivClassName
{
background-color: #804BBC;
}
.BgClassName
{
background-color: #804BBC;
}
</style>
border-color css
<style>
span { border-color: #804BBC; }
span { border-color: rgb(128,75,188); }
td.TdClassName
{
border-color: #804BBC;
}
.TagClassName
{
border-color: #804BBC;
}
</style>