Shades of Studio #8055BC
Tints of Studio #8055BC
RGB
CMYK
RGB Variations
Color information
#8055BC (or 0x8055BC) is known color: Studio. HEX triplet: 80, 55 and BC. RGB value is (128,85,188). Sum of RGB (Red+Green+Blue) = 128+85+188=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 188 - color contains mainly: blue. Hex color #8055BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8055BC is #7FAA43. Grayscale: #6D6D6D. Windows color (decimal): -8366660 or 12342656. OLE color: 12342656.
HSL color Cylindrical-coordinate representation of color #8055BC: hue angle of 265.05º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8055BC is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 85 | 188 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.26 |
| HSL | 265.05º | 0.43% | 0.54% | - |
| HSV(B) | 265.05º | 0.55% | 0.74% | - |
| XYZ | 21.23 | 14.72 | 49.3 | - |
| YUV | 109.6 | 172.25 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 188 | 0.32 | 0.55 | 0 | 0.26 | 265.05 | 0.43 | 0.54 |
| Hex | 80 | 55 | BC | 20 | 37 | 0 | 1A | 109 | 2B | 36 |
| Octal | 200 | 125 | 274 | 40 | 67 | 0 | 32 | 411 | 53 | 66 |
| Binary | 10000000 | 1010101 | 10111100 | 100000 | 110111 | 0 | 11010 | 100001001 | 101011 | 110110 |
Color Harmonies of #8055BC
Complementary color
Monochromatic Colors of #8055BC
Black with #8055BC
Text Example
Text Example
White with #8055BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8055BC; }
p { color: rgb(128,85,188); }
H1.HeaderClassName
{
color: #8055BC;
}
.AnyTagClassName
{
color: #8055BC;
}
</style>
background-color css
<style>
a { background-color: #8055BC; }
a { background-color: rgb(128,85,188); }
div.DivClassName
{
background-color: #8055BC;
}
.BgClassName
{
background-color: #8055BC;
}
</style>
border-color css
<style>
span { border-color: #8055BC; }
span { border-color: rgb(128,85,188); }
td.TdClassName
{
border-color: #8055BC;
}
.TagClassName
{
border-color: #8055BC;
}
</style>