Shades of Studio #804CBB
Tints of Studio #804CBB
RGB
CMYK
RGB Variations
Color information
#804CBB (or 0x804CBB) is known color: Studio. HEX triplet: 80, 4C and BB. RGB value is (128,76,187). Sum of RGB (Red+Green+Blue) = 128+76+187=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #804CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804CBB is #7FB344. Grayscale: #676767. Windows color (decimal): -8368965 or 12274816. OLE color: 12274816.
HSL color Cylindrical-coordinate representation of color #804CBB: hue angle of 268.11º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #804CBB is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 76 | 187 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.27 |
| HSL | 268.11º | 0.45% | 0.52% | - |
| HSV(B) | 268.11º | 0.59% | 0.73% | - |
| XYZ | 20.46 | 13.35 | 48.51 | - |
| YUV | 104.2 | 174.73 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 187 | 0.32 | 0.59 | 0 | 0.27 | 268.11 | 0.45 | 0.52 |
| Hex | 80 | 4C | BB | 20 | 3B | 0 | 1B | 10C | 2D | 34 |
| Octal | 200 | 114 | 273 | 40 | 73 | 0 | 33 | 414 | 55 | 64 |
| Binary | 10000000 | 1001100 | 10111011 | 100000 | 111011 | 0 | 11011 | 100001100 | 101101 | 110100 |
Color Harmonies of #804CBB
Complementary color
Monochromatic Colors of #804CBB
Black with #804CBB
Text Example
Text Example
White with #804CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804CBB; }
p { color: rgb(128,76,187); }
H1.HeaderClassName
{
color: #804CBB;
}
.AnyTagClassName
{
color: #804CBB;
}
</style>
background-color css
<style>
a { background-color: #804CBB; }
a { background-color: rgb(128,76,187); }
div.DivClassName
{
background-color: #804CBB;
}
.BgClassName
{
background-color: #804CBB;
}
</style>
border-color css
<style>
span { border-color: #804CBB; }
span { border-color: rgb(128,76,187); }
td.TdClassName
{
border-color: #804CBB;
}
.TagClassName
{
border-color: #804CBB;
}
</style>