Shades of Studio #8055BA
Tints of Studio #8055BA
RGB
CMYK
RGB Variations
Color information
#8055BA (or 0x8055BA) is known color: Studio. HEX triplet: 80, 55 and BA. RGB value is (128,85,186). Sum of RGB (Red+Green+Blue) = 128+85+186=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #8055BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8055BA is #7FAA45. Grayscale: #6D6D6D. Windows color (decimal): -8366662 or 12211584. OLE color: 12211584.
HSL color Cylindrical-coordinate representation of color #8055BA: hue angle of 265.54º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8055BA is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 85 | 186 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.27 |
| HSL | 265.54º | 0.42% | 0.53% | - |
| HSV(B) | 265.54º | 0.54% | 0.73% | - |
| XYZ | 21.01 | 14.63 | 48.17 | - |
| YUV | 109.37 | 171.25 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 186 | 0.31 | 0.54 | 0 | 0.27 | 265.54 | 0.42 | 0.53 |
| Hex | 80 | 55 | BA | 1F | 36 | 0 | 1B | 10A | 2A | 35 |
| Octal | 200 | 125 | 272 | 37 | 66 | 0 | 33 | 412 | 52 | 65 |
| Binary | 10000000 | 1010101 | 10111010 | 11111 | 110110 | 0 | 11011 | 100001010 | 101010 | 110101 |
Color Harmonies of #8055BA
Complementary color
Monochromatic Colors of #8055BA
Black with #8055BA
Text Example
Text Example
White with #8055BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8055BA; }
p { color: rgb(128,85,186); }
H1.HeaderClassName
{
color: #8055BA;
}
.AnyTagClassName
{
color: #8055BA;
}
</style>
background-color css
<style>
a { background-color: #8055BA; }
a { background-color: rgb(128,85,186); }
div.DivClassName
{
background-color: #8055BA;
}
.BgClassName
{
background-color: #8055BA;
}
</style>
border-color css
<style>
span { border-color: #8055BA; }
span { border-color: rgb(128,85,186); }
td.TdClassName
{
border-color: #8055BA;
}
.TagClassName
{
border-color: #8055BA;
}
</style>