Shades of Studio #8055BB
Tints of Studio #8055BB
RGB
CMYK
RGB Variations
Color information
#8055BB (or 0x8055BB) is known color: Studio. HEX triplet: 80, 55 and BB. RGB value is (128,85,187). Sum of RGB (Red+Green+Blue) = 128+85+187=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #8055BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8055BB is #7FAA44. Grayscale: #6D6D6D. Windows color (decimal): -8366661 or 12277120. OLE color: 12277120.
HSL color Cylindrical-coordinate representation of color #8055BB: hue angle of 265.29º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8055BB is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 85 | 187 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.27 |
| HSL | 265.29º | 0.43% | 0.53% | - |
| HSV(B) | 265.29º | 0.55% | 0.73% | - |
| XYZ | 21.12 | 14.67 | 48.73 | - |
| YUV | 109.49 | 171.75 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 187 | 0.32 | 0.55 | 0 | 0.27 | 265.29 | 0.43 | 0.53 |
| Hex | 80 | 55 | BB | 20 | 37 | 0 | 1B | 109 | 2B | 35 |
| Octal | 200 | 125 | 273 | 40 | 67 | 0 | 33 | 411 | 53 | 65 |
| Binary | 10000000 | 1010101 | 10111011 | 100000 | 110111 | 0 | 11011 | 100001001 | 101011 | 110101 |
Color Harmonies of #8055BB
Complementary color
Monochromatic Colors of #8055BB
Black with #8055BB
Text Example
Text Example
White with #8055BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8055BB; }
p { color: rgb(128,85,187); }
H1.HeaderClassName
{
color: #8055BB;
}
.AnyTagClassName
{
color: #8055BB;
}
</style>
background-color css
<style>
a { background-color: #8055BB; }
a { background-color: rgb(128,85,187); }
div.DivClassName
{
background-color: #8055BB;
}
.BgClassName
{
background-color: #8055BB;
}
</style>
border-color css
<style>
span { border-color: #8055BB; }
span { border-color: rgb(128,85,187); }
td.TdClassName
{
border-color: #8055BB;
}
.TagClassName
{
border-color: #8055BB;
}
</style>