Shades of Studio #804DB3
Tints of Studio #804DB3
RGB
CMYK
RGB Variations
Color information
#804DB3 (or 0x804DB3) is known color: Studio. HEX triplet: 80, 4D and B3. RGB value is (128,77,179). Sum of RGB (Red+Green+Blue) = 128+77+179=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 179 (70.31% from 255 or 46.61% from 384); Max value from RGB is 179 - color contains mainly: blue. Hex color #804DB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804DB3 is #7FB24C. Grayscale: #676767. Windows color (decimal): -8368717 or 11750784. OLE color: 11750784.
HSL color Cylindrical-coordinate representation of color #804DB3: hue angle of 270º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #804DB3 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 77 | 179 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.30 |
| HSL | 270º | 0.4% | 0.5% | - |
| HSV(B) | 270º | 0.57% | 0.7% | - |
| XYZ | 19.69 | 13.15 | 44.15 | - |
| YUV | 103.88 | 170.4 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 77 | 179 | 0.28 | 0.57 | 0 | 0.30 | 270 | 0.4 | 0.5 |
| Hex | 80 | 4D | B3 | 1C | 39 | 0 | 1E | 10E | 28 | 32 |
| Octal | 200 | 115 | 263 | 34 | 71 | 0 | 36 | 416 | 50 | 62 |
| Binary | 10000000 | 1001101 | 10110011 | 11100 | 111001 | 0 | 11110 | 100001110 | 101000 | 110010 |
Color Harmonies of #804DB3
Complementary color
Monochromatic Colors of #804DB3
Black with #804DB3
Text Example
Text Example
White with #804DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804DB3; }
p { color: rgb(128,77,179); }
H1.HeaderClassName
{
color: #804DB3;
}
.AnyTagClassName
{
color: #804DB3;
}
</style>
background-color css
<style>
a { background-color: #804DB3; }
a { background-color: rgb(128,77,179); }
div.DivClassName
{
background-color: #804DB3;
}
.BgClassName
{
background-color: #804DB3;
}
</style>
border-color css
<style>
span { border-color: #804DB3; }
span { border-color: rgb(128,77,179); }
td.TdClassName
{
border-color: #804DB3;
}
.TagClassName
{
border-color: #804DB3;
}
</style>