Shades of Studio #804FB0
Tints of Studio #804FB0
RGB
CMYK
RGB Variations
Color information
#804FB0 (or 0x804FB0) is known color: Studio. HEX triplet: 80, 4F and B0. RGB value is (128,79,176). Sum of RGB (Red+Green+Blue) = 128+79+176=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 176 (69.14% from 255 or 45.95% from 383); Max value from RGB is 176 - color contains mainly: blue. Hex color #804FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #804FB0 is #7FB04F. Grayscale: #686868. Windows color (decimal): -8368208 or 11554688. OLE color: 11554688.
HSL color Cylindrical-coordinate representation of color #804FB0: hue angle of 270.31º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #804FB0 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 79 | 176 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.31 |
| HSL | 270.31º | 0.38% | 0.5% | - |
| HSV(B) | 270.31º | 0.55% | 0.69% | - |
| XYZ | 19.53 | 13.32 | 42.61 | - |
| YUV | 104.71 | 168.23 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 176 | 0.27 | 0.55 | 0 | 0.31 | 270.31 | 0.38 | 0.5 |
| Hex | 80 | 4F | B0 | 1B | 37 | 0 | 1F | 10E | 26 | 32 |
| Octal | 200 | 117 | 260 | 33 | 67 | 0 | 37 | 416 | 46 | 62 |
| Binary | 10000000 | 1001111 | 10110000 | 11011 | 110111 | 0 | 11111 | 100001110 | 100110 | 110010 |
Color Harmonies of #804FB0
Complementary color
Monochromatic Colors of #804FB0
Black with #804FB0
Text Example
Text Example
White with #804FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804FB0; }
p { color: rgb(128,79,176); }
H1.HeaderClassName
{
color: #804FB0;
}
.AnyTagClassName
{
color: #804FB0;
}
</style>
background-color css
<style>
a { background-color: #804FB0; }
a { background-color: rgb(128,79,176); }
div.DivClassName
{
background-color: #804FB0;
}
.BgClassName
{
background-color: #804FB0;
}
</style>
border-color css
<style>
span { border-color: #804FB0; }
span { border-color: rgb(128,79,176); }
td.TdClassName
{
border-color: #804FB0;
}
.TagClassName
{
border-color: #804FB0;
}
</style>