Shades of Studio #8051BB
Tints of Studio #8051BB
RGB
CMYK
RGB Variations
Color information
#8051BB (or 0x8051BB) is known color: Studio. HEX triplet: 80, 51 and BB. RGB value is (128,81,187). Sum of RGB (Red+Green+Blue) = 128+81+187=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 187 - color contains mainly: blue. Hex color #8051BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8051BB is #7FAE44. Grayscale: #6A6A6A. Windows color (decimal): -8367685 or 12276096. OLE color: 12276096.
HSL color Cylindrical-coordinate representation of color #8051BB: hue angle of 266.6º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8051BB is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 81 | 187 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.27 |
| HSL | 266.6º | 0.44% | 0.53% | - |
| HSV(B) | 266.6º | 0.57% | 0.73% | - |
| XYZ | 20.81 | 14.06 | 48.63 | - |
| YUV | 107.14 | 173.07 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 187 | 0.32 | 0.57 | 0 | 0.27 | 266.6 | 0.44 | 0.53 |
| Hex | 80 | 51 | BB | 20 | 39 | 0 | 1B | 10B | 2C | 35 |
| Octal | 200 | 121 | 273 | 40 | 71 | 0 | 33 | 413 | 54 | 65 |
| Binary | 10000000 | 1010001 | 10111011 | 100000 | 111001 | 0 | 11011 | 100001011 | 101100 | 110101 |
Color Harmonies of #8051BB
Complementary color
Monochromatic Colors of #8051BB
Black with #8051BB
Text Example
Text Example
White with #8051BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8051BB; }
p { color: rgb(128,81,187); }
H1.HeaderClassName
{
color: #8051BB;
}
.AnyTagClassName
{
color: #8051BB;
}
</style>
background-color css
<style>
a { background-color: #8051BB; }
a { background-color: rgb(128,81,187); }
div.DivClassName
{
background-color: #8051BB;
}
.BgClassName
{
background-color: #8051BB;
}
</style>
border-color css
<style>
span { border-color: #8051BB; }
span { border-color: rgb(128,81,187); }
td.TdClassName
{
border-color: #8051BB;
}
.TagClassName
{
border-color: #8051BB;
}
</style>