Shades of Studio #804DBD
Tints of Studio #804DBD
RGB
CMYK
RGB Variations
Color information
#804DBD (or 0x804DBD) is known color: Studio. HEX triplet: 80, 4D and BD. RGB value is (128,77,189). Sum of RGB (Red+Green+Blue) = 128+77+189=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #804DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804DBD is #7FB242. Grayscale: #686868. Windows color (decimal): -8368707 or 12406144. OLE color: 12406144.
HSL color Cylindrical-coordinate representation of color #804DBD: hue angle of 267.32º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #804DBD is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 77 | 189 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.26 |
| HSL | 267.32º | 0.46% | 0.52% | - |
| HSV(B) | 267.32º | 0.59% | 0.74% | - |
| XYZ | 20.74 | 13.57 | 49.67 | - |
| YUV | 105.02 | 175.4 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 77 | 189 | 0.32 | 0.59 | 0 | 0.26 | 267.32 | 0.46 | 0.52 |
| Hex | 80 | 4D | BD | 20 | 3B | 0 | 1A | 10B | 2E | 34 |
| Octal | 200 | 115 | 275 | 40 | 73 | 0 | 32 | 413 | 56 | 64 |
| Binary | 10000000 | 1001101 | 10111101 | 100000 | 111011 | 0 | 11010 | 100001011 | 101110 | 110100 |
Color Harmonies of #804DBD
Complementary color
Monochromatic Colors of #804DBD
Black with #804DBD
Text Example
Text Example
White with #804DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804DBD; }
p { color: rgb(128,77,189); }
H1.HeaderClassName
{
color: #804DBD;
}
.AnyTagClassName
{
color: #804DBD;
}
</style>
background-color css
<style>
a { background-color: #804DBD; }
a { background-color: rgb(128,77,189); }
div.DivClassName
{
background-color: #804DBD;
}
.BgClassName
{
background-color: #804DBD;
}
</style>
border-color css
<style>
span { border-color: #804DBD; }
span { border-color: rgb(128,77,189); }
td.TdClassName
{
border-color: #804DBD;
}
.TagClassName
{
border-color: #804DBD;
}
</style>