Shades of Studio #8051BC
Tints of Studio #8051BC
RGB
CMYK
RGB Variations
Color information
#8051BC (or 0x8051BC) is known color: Studio. HEX triplet: 80, 51 and BC. RGB value is (128,81,188). Sum of RGB (Red+Green+Blue) = 128+81+188=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #8051BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8051BC is #7FAE43. Grayscale: #6A6A6A. Windows color (decimal): -8367684 or 12341632. OLE color: 12341632.
HSL color Cylindrical-coordinate representation of color #8051BC: hue angle of 266.36º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8051BC is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 81 | 188 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.26 |
| HSL | 266.36º | 0.44% | 0.53% | - |
| HSV(B) | 266.36º | 0.57% | 0.74% | - |
| XYZ | 20.92 | 14.1 | 49.2 | - |
| YUV | 107.25 | 173.57 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 188 | 0.32 | 0.57 | 0 | 0.26 | 266.36 | 0.44 | 0.53 |
| Hex | 80 | 51 | BC | 20 | 39 | 0 | 1A | 10A | 2C | 35 |
| Octal | 200 | 121 | 274 | 40 | 71 | 0 | 32 | 412 | 54 | 65 |
| Binary | 10000000 | 1010001 | 10111100 | 100000 | 111001 | 0 | 11010 | 100001010 | 101100 | 110101 |
Color Harmonies of #8051BC
Complementary color
Monochromatic Colors of #8051BC
Black with #8051BC
Text Example
Text Example
White with #8051BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8051BC; }
p { color: rgb(128,81,188); }
H1.HeaderClassName
{
color: #8051BC;
}
.AnyTagClassName
{
color: #8051BC;
}
</style>
background-color css
<style>
a { background-color: #8051BC; }
a { background-color: rgb(128,81,188); }
div.DivClassName
{
background-color: #8051BC;
}
.BgClassName
{
background-color: #8051BC;
}
</style>
border-color css
<style>
span { border-color: #8051BC; }
span { border-color: rgb(128,81,188); }
td.TdClassName
{
border-color: #8051BC;
}
.TagClassName
{
border-color: #8051BC;
}
</style>