Shades of Studio #8051B5
Tints of Studio #8051B5
RGB
CMYK
RGB Variations
Color information
#8051B5 (or 0x8051B5) is known color: Studio. HEX triplet: 80, 51 and B5. RGB value is (128,81,181). Sum of RGB (Red+Green+Blue) = 128+81+181=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 181 - color contains mainly: blue. Hex color #8051B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8051B5 is #7FAE4A. Grayscale: #6A6A6A. Windows color (decimal): -8367691 or 11882880. OLE color: 11882880.
HSL color Cylindrical-coordinate representation of color #8051B5: hue angle of 268.2º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8051B5 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 81 | 181 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.29 |
| HSL | 268.2º | 0.4% | 0.51% | - |
| HSV(B) | 268.2º | 0.55% | 0.71% | - |
| XYZ | 20.19 | 13.81 | 45.32 | - |
| YUV | 106.45 | 170.07 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 181 | 0.29 | 0.55 | 0 | 0.29 | 268.2 | 0.4 | 0.51 |
| Hex | 80 | 51 | B5 | 1D | 37 | 0 | 1D | 10C | 28 | 33 |
| Octal | 200 | 121 | 265 | 35 | 67 | 0 | 35 | 414 | 50 | 63 |
| Binary | 10000000 | 1010001 | 10110101 | 11101 | 110111 | 0 | 11101 | 100001100 | 101000 | 110011 |
Color Harmonies of #8051B5
Complementary color
Monochromatic Colors of #8051B5
Black with #8051B5
Text Example
Text Example
White with #8051B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8051B5; }
p { color: rgb(128,81,181); }
H1.HeaderClassName
{
color: #8051B5;
}
.AnyTagClassName
{
color: #8051B5;
}
</style>
background-color css
<style>
a { background-color: #8051B5; }
a { background-color: rgb(128,81,181); }
div.DivClassName
{
background-color: #8051B5;
}
.BgClassName
{
background-color: #8051B5;
}
</style>
border-color css
<style>
span { border-color: #8051B5; }
span { border-color: rgb(128,81,181); }
td.TdClassName
{
border-color: #8051B5;
}
.TagClassName
{
border-color: #8051B5;
}
</style>