Shades of Studio #804BB7
Tints of Studio #804BB7
RGB
CMYK
RGB Variations
Color information
#804BB7 (or 0x804BB7) is known color: Studio. HEX triplet: 80, 4B and B7. RGB value is (128,75,183). Sum of RGB (Red+Green+Blue) = 128+75+183=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 183 (71.88% from 255 or 47.41% from 386); Max value from RGB is 183 - color contains mainly: blue. Hex color #804BB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804BB7 is #7FB448. Grayscale: #666666. Windows color (decimal): -8369225 or 12012416. OLE color: 12012416.
HSL color Cylindrical-coordinate representation of color #804BB7: hue angle of 269.44º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #804BB7 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 75 | 183 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.28 |
| HSL | 269.44º | 0.43% | 0.51% | - |
| HSV(B) | 269.44º | 0.59% | 0.72% | - |
| XYZ | 19.97 | 13.04 | 46.26 | - |
| YUV | 103.16 | 173.06 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 75 | 183 | 0.30 | 0.59 | 0 | 0.28 | 269.44 | 0.43 | 0.51 |
| Hex | 80 | 4B | B7 | 1E | 3B | 0 | 1C | 10D | 2B | 33 |
| Octal | 200 | 113 | 267 | 36 | 73 | 0 | 34 | 415 | 53 | 63 |
| Binary | 10000000 | 1001011 | 10110111 | 11110 | 111011 | 0 | 11100 | 100001101 | 101011 | 110011 |
Color Harmonies of #804BB7
Complementary color
Monochromatic Colors of #804BB7
Black with #804BB7
Text Example
Text Example
White with #804BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804BB7; }
p { color: rgb(128,75,183); }
H1.HeaderClassName
{
color: #804BB7;
}
.AnyTagClassName
{
color: #804BB7;
}
</style>
background-color css
<style>
a { background-color: #804BB7; }
a { background-color: rgb(128,75,183); }
div.DivClassName
{
background-color: #804BB7;
}
.BgClassName
{
background-color: #804BB7;
}
</style>
border-color css
<style>
span { border-color: #804BB7; }
span { border-color: rgb(128,75,183); }
td.TdClassName
{
border-color: #804BB7;
}
.TagClassName
{
border-color: #804BB7;
}
</style>