Shades of Studio #804BB8
Tints of Studio #804BB8
RGB
CMYK
RGB Variations
Color information
#804BB8 (or 0x804BB8) is known color: Studio. HEX triplet: 80, 4B and B8. RGB value is (128,75,184). Sum of RGB (Red+Green+Blue) = 128+75+184=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 75 (29.69% from 255 or 19.38% from 387); Blue value is 184 (72.27% from 255 or 47.55% from 387); Max value from RGB is 184 - color contains mainly: blue. Hex color #804BB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804BB8 is #7FB447. Grayscale: #666666. Windows color (decimal): -8369224 or 12077952. OLE color: 12077952.
HSL color Cylindrical-coordinate representation of color #804BB8: hue angle of 269.17º 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 #804BB8 is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 75 | 184 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.28 |
| HSL | 269.17º | 0.43% | 0.51% | - |
| HSV(B) | 269.17º | 0.59% | 0.72% | - |
| XYZ | 20.07 | 13.08 | 46.81 | - |
| YUV | 103.27 | 173.56 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 75 | 184 | 0.30 | 0.59 | 0 | 0.28 | 269.17 | 0.43 | 0.51 |
| Hex | 80 | 4B | B8 | 1E | 3B | 0 | 1C | 10D | 2B | 33 |
| Octal | 200 | 113 | 270 | 36 | 73 | 0 | 34 | 415 | 53 | 63 |
| Binary | 10000000 | 1001011 | 10111000 | 11110 | 111011 | 0 | 11100 | 100001101 | 101011 | 110011 |
Color Harmonies of #804BB8
Complementary color
Monochromatic Colors of #804BB8
Black with #804BB8
Text Example
Text Example
White with #804BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804BB8; }
p { color: rgb(128,75,184); }
H1.HeaderClassName
{
color: #804BB8;
}
.AnyTagClassName
{
color: #804BB8;
}
</style>
background-color css
<style>
a { background-color: #804BB8; }
a { background-color: rgb(128,75,184); }
div.DivClassName
{
background-color: #804BB8;
}
.BgClassName
{
background-color: #804BB8;
}
</style>
border-color css
<style>
span { border-color: #804BB8; }
span { border-color: rgb(128,75,184); }
td.TdClassName
{
border-color: #804BB8;
}
.TagClassName
{
border-color: #804BB8;
}
</style>