Shades of Studio #804CBA
Tints of Studio #804CBA
RGB
CMYK
RGB Variations
Color information
#804CBA (or 0x804CBA) is known color: Studio. HEX triplet: 80, 4C and BA. RGB value is (128,76,186). Sum of RGB (Red+Green+Blue) = 128+76+186=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #804CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804CBA is #7FB345. Grayscale: #676767. Windows color (decimal): -8368966 or 12209280. OLE color: 12209280.
HSL color Cylindrical-coordinate representation of color #804CBA: hue angle of 268.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #804CBA is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 76 | 186 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.27 |
| HSL | 268.36º | 0.44% | 0.51% | - |
| HSV(B) | 268.36º | 0.59% | 0.73% | - |
| XYZ | 20.35 | 13.3 | 47.95 | - |
| YUV | 104.09 | 174.23 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 186 | 0.31 | 0.59 | 0 | 0.27 | 268.36 | 0.44 | 0.51 |
| Hex | 80 | 4C | BA | 1F | 3B | 0 | 1B | 10C | 2C | 33 |
| Octal | 200 | 114 | 272 | 37 | 73 | 0 | 33 | 414 | 54 | 63 |
| Binary | 10000000 | 1001100 | 10111010 | 11111 | 111011 | 0 | 11011 | 100001100 | 101100 | 110011 |
Color Harmonies of #804CBA
Complementary color
Monochromatic Colors of #804CBA
Black with #804CBA
Text Example
Text Example
White with #804CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804CBA; }
p { color: rgb(128,76,186); }
H1.HeaderClassName
{
color: #804CBA;
}
.AnyTagClassName
{
color: #804CBA;
}
</style>
background-color css
<style>
a { background-color: #804CBA; }
a { background-color: rgb(128,76,186); }
div.DivClassName
{
background-color: #804CBA;
}
.BgClassName
{
background-color: #804CBA;
}
</style>
border-color css
<style>
span { border-color: #804CBA; }
span { border-color: rgb(128,76,186); }
td.TdClassName
{
border-color: #804CBA;
}
.TagClassName
{
border-color: #804CBA;
}
</style>