Shades of Studio #8051B6
Tints of Studio #8051B6
RGB
CMYK
RGB Variations
Color information
#8051B6 (or 0x8051B6) is known color: Studio. HEX triplet: 80, 51 and B6. RGB value is (128,81,182). Sum of RGB (Red+Green+Blue) = 128+81+182=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 182 (71.48% from 255 or 46.55% from 391); Max value from RGB is 182 - color contains mainly: blue. Hex color #8051B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8051B6 is #7FAE49. Grayscale: #6A6A6A. Windows color (decimal): -8367690 or 11948416. OLE color: 11948416.
HSL color Cylindrical-coordinate representation of color #8051B6: hue angle of 267.92º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8051B6 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 81 | 182 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.29 |
| HSL | 267.92º | 0.41% | 0.52% | - |
| HSV(B) | 267.92º | 0.55% | 0.71% | - |
| XYZ | 20.29 | 13.85 | 45.86 | - |
| YUV | 106.57 | 170.57 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 182 | 0.30 | 0.55 | 0 | 0.29 | 267.92 | 0.41 | 0.52 |
| Hex | 80 | 51 | B6 | 1E | 37 | 0 | 1D | 10C | 29 | 34 |
| Octal | 200 | 121 | 266 | 36 | 67 | 0 | 35 | 414 | 51 | 64 |
| Binary | 10000000 | 1010001 | 10110110 | 11110 | 110111 | 0 | 11101 | 100001100 | 101001 | 110100 |
Color Harmonies of #8051B6
Complementary color
Monochromatic Colors of #8051B6
Black with #8051B6
Text Example
Text Example
White with #8051B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8051B6; }
p { color: rgb(128,81,182); }
H1.HeaderClassName
{
color: #8051B6;
}
.AnyTagClassName
{
color: #8051B6;
}
</style>
background-color css
<style>
a { background-color: #8051B6; }
a { background-color: rgb(128,81,182); }
div.DivClassName
{
background-color: #8051B6;
}
.BgClassName
{
background-color: #8051B6;
}
</style>
border-color css
<style>
span { border-color: #8051B6; }
span { border-color: rgb(128,81,182); }
td.TdClassName
{
border-color: #8051B6;
}
.TagClassName
{
border-color: #8051B6;
}
</style>