Shades of Studio #804BA7
Tints of Studio #804BA7
RGB
CMYK
RGB Variations
Color information
#804BA7 (or 0x804BA7) is known color: Studio. HEX triplet: 80, 4B and A7. RGB value is (128,75,167). Sum of RGB (Red+Green+Blue) = 128+75+167=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 167 (65.62% from 255 or 45.14% from 370); Max value from RGB is 167 - color contains mainly: blue. Hex color #804BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #804BA7 is #7FB458. Grayscale: #656565. Windows color (decimal): -8369241 or 10963840. OLE color: 10963840.
HSL color Cylindrical-coordinate representation of color #804BA7: hue angle of 274.57º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #804BA7 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 75 | 167 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.35 |
| HSL | 274.57º | 0.38% | 0.47% | - |
| HSV(B) | 274.57º | 0.55% | 0.65% | - |
| XYZ | 18.39 | 12.41 | 37.99 | - |
| YUV | 101.34 | 165.06 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 75 | 167 | 0.23 | 0.55 | 0 | 0.35 | 274.57 | 0.38 | 0.47 |
| Hex | 80 | 4B | A7 | 17 | 37 | 0 | 23 | 113 | 26 | 2F |
| Octal | 200 | 113 | 247 | 27 | 67 | 0 | 43 | 423 | 46 | 57 |
| Binary | 10000000 | 1001011 | 10100111 | 10111 | 110111 | 0 | 100011 | 100010011 | 100110 | 101111 |
Color Harmonies of #804BA7
Complementary color
Monochromatic Colors of #804BA7
Black with #804BA7
Text Example
Text Example
White with #804BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804BA7; }
p { color: rgb(128,75,167); }
H1.HeaderClassName
{
color: #804BA7;
}
.AnyTagClassName
{
color: #804BA7;
}
</style>
background-color css
<style>
a { background-color: #804BA7; }
a { background-color: rgb(128,75,167); }
div.DivClassName
{
background-color: #804BA7;
}
.BgClassName
{
background-color: #804BA7;
}
</style>
border-color css
<style>
span { border-color: #804BA7; }
span { border-color: rgb(128,75,167); }
td.TdClassName
{
border-color: #804BA7;
}
.TagClassName
{
border-color: #804BA7;
}
</style>