Shades of Studio #804FBA
Tints of Studio #804FBA
RGB
CMYK
RGB Variations
Color information
#804FBA (or 0x804FBA) is known color: Studio. HEX triplet: 80, 4F and BA. RGB value is (128,79,186). Sum of RGB (Red+Green+Blue) = 128+79+186=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #804FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804FBA is #7FB045. Grayscale: #696969. Windows color (decimal): -8368198 or 12210048. OLE color: 12210048.
HSL color Cylindrical-coordinate representation of color #804FBA: hue angle of 267.48º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #804FBA is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 79 | 186 | - |
| CMYK | 0.31 | 0.58 | 0 | 0.27 |
| HSL | 267.48º | 0.44% | 0.52% | - |
| HSV(B) | 267.48º | 0.58% | 0.73% | - |
| XYZ | 20.56 | 13.73 | 48.02 | - |
| YUV | 105.85 | 173.23 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 186 | 0.31 | 0.58 | 0 | 0.27 | 267.48 | 0.44 | 0.52 |
| Hex | 80 | 4F | BA | 1F | 3A | 0 | 1B | 10B | 2C | 34 |
| Octal | 200 | 117 | 272 | 37 | 72 | 0 | 33 | 413 | 54 | 64 |
| Binary | 10000000 | 1001111 | 10111010 | 11111 | 111010 | 0 | 11011 | 100001011 | 101100 | 110100 |
Color Harmonies of #804FBA
Complementary color
Monochromatic Colors of #804FBA
Black with #804FBA
Text Example
Text Example
White with #804FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804FBA; }
p { color: rgb(128,79,186); }
H1.HeaderClassName
{
color: #804FBA;
}
.AnyTagClassName
{
color: #804FBA;
}
</style>
background-color css
<style>
a { background-color: #804FBA; }
a { background-color: rgb(128,79,186); }
div.DivClassName
{
background-color: #804FBA;
}
.BgClassName
{
background-color: #804FBA;
}
</style>
border-color css
<style>
span { border-color: #804FBA; }
span { border-color: rgb(128,79,186); }
td.TdClassName
{
border-color: #804FBA;
}
.TagClassName
{
border-color: #804FBA;
}
</style>