Shades of Studio #804FB8
Tints of Studio #804FB8
RGB
CMYK
RGB Variations
Color information
#804FB8 (or 0x804FB8) is known color: Studio. HEX triplet: 80, 4F and B8. RGB value is (128,79,184). Sum of RGB (Red+Green+Blue) = 128+79+184=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 184 (72.27% from 255 or 47.06% from 391); Max value from RGB is 184 - color contains mainly: blue. Hex color #804FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804FB8 is #7FB047. Grayscale: #696969. Windows color (decimal): -8368200 or 12078976. OLE color: 12078976.
HSL color Cylindrical-coordinate representation of color #804FB8: hue angle of 268º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #804FB8 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 79 | 184 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.28 |
| HSL | 268º | 0.43% | 0.52% | - |
| HSV(B) | 268º | 0.57% | 0.72% | - |
| XYZ | 20.35 | 13.64 | 46.91 | - |
| YUV | 105.62 | 172.23 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 184 | 0.30 | 0.57 | 0 | 0.28 | 268 | 0.43 | 0.52 |
| Hex | 80 | 4F | B8 | 1E | 39 | 0 | 1C | 10C | 2B | 34 |
| Octal | 200 | 117 | 270 | 36 | 71 | 0 | 34 | 414 | 53 | 64 |
| Binary | 10000000 | 1001111 | 10111000 | 11110 | 111001 | 0 | 11100 | 100001100 | 101011 | 110100 |
Color Harmonies of #804FB8
Complementary color
Monochromatic Colors of #804FB8
Black with #804FB8
Text Example
Text Example
White with #804FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804FB8; }
p { color: rgb(128,79,184); }
H1.HeaderClassName
{
color: #804FB8;
}
.AnyTagClassName
{
color: #804FB8;
}
</style>
background-color css
<style>
a { background-color: #804FB8; }
a { background-color: rgb(128,79,184); }
div.DivClassName
{
background-color: #804FB8;
}
.BgClassName
{
background-color: #804FB8;
}
</style>
border-color css
<style>
span { border-color: #804FB8; }
span { border-color: rgb(128,79,184); }
td.TdClassName
{
border-color: #804FB8;
}
.TagClassName
{
border-color: #804FB8;
}
</style>