Shades of Studio #804FBC
Tints of Studio #804FBC
RGB
CMYK
RGB Variations
Color information
#804FBC (or 0x804FBC) is known color: Studio. HEX triplet: 80, 4F and BC. RGB value is (128,79,188). Sum of RGB (Red+Green+Blue) = 128+79+188=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #804FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #804FBC is #7FB043. Grayscale: #696969. Windows color (decimal): -8368196 or 12341120. OLE color: 12341120.
HSL color Cylindrical-coordinate representation of color #804FBC: hue angle of 266.97º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #804FBC is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 79 | 188 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.26 |
| HSL | 266.97º | 0.45% | 0.52% | - |
| HSV(B) | 266.97º | 0.58% | 0.74% | - |
| XYZ | 20.78 | 13.81 | 49.15 | - |
| YUV | 106.08 | 174.23 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 188 | 0.32 | 0.58 | 0 | 0.26 | 266.97 | 0.45 | 0.52 |
| Hex | 80 | 4F | BC | 20 | 3A | 0 | 1A | 10B | 2D | 34 |
| Octal | 200 | 117 | 274 | 40 | 72 | 0 | 32 | 413 | 55 | 64 |
| Binary | 10000000 | 1001111 | 10111100 | 100000 | 111010 | 0 | 11010 | 100001011 | 101101 | 110100 |
Color Harmonies of #804FBC
Complementary color
Monochromatic Colors of #804FBC
Black with #804FBC
Text Example
Text Example
White with #804FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804FBC; }
p { color: rgb(128,79,188); }
H1.HeaderClassName
{
color: #804FBC;
}
.AnyTagClassName
{
color: #804FBC;
}
</style>
background-color css
<style>
a { background-color: #804FBC; }
a { background-color: rgb(128,79,188); }
div.DivClassName
{
background-color: #804FBC;
}
.BgClassName
{
background-color: #804FBC;
}
</style>
border-color css
<style>
span { border-color: #804FBC; }
span { border-color: rgb(128,79,188); }
td.TdClassName
{
border-color: #804FBC;
}
.TagClassName
{
border-color: #804FBC;
}
</style>