Shades of Studio #8051B4
Tints of Studio #8051B4
RGB
CMYK
RGB Variations
Color information
#8051B4 (or 0x8051B4) is known color: Studio. HEX triplet: 80, 51 and B4. RGB value is (128,81,180). Sum of RGB (Red+Green+Blue) = 128+81+180=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 180 (70.70% from 255 or 46.27% from 389); Max value from RGB is 180 - color contains mainly: blue. Hex color #8051B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8051B4 is #7FAE4B. Grayscale: #696969. Windows color (decimal): -8367692 or 11817344. OLE color: 11817344.
HSL color Cylindrical-coordinate representation of color #8051B4: hue angle of 268.48º 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 #8051B4 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 81 | 180 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.29 |
| HSL | 268.48º | 0.4% | 0.51% | - |
| HSV(B) | 268.48º | 0.55% | 0.71% | - |
| XYZ | 20.08 | 13.77 | 44.78 | - |
| YUV | 106.34 | 169.57 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 180 | 0.29 | 0.55 | 0 | 0.29 | 268.48 | 0.4 | 0.51 |
| Hex | 80 | 51 | B4 | 1D | 37 | 0 | 1D | 10C | 28 | 33 |
| Octal | 200 | 121 | 264 | 35 | 67 | 0 | 35 | 414 | 50 | 63 |
| Binary | 10000000 | 1010001 | 10110100 | 11101 | 110111 | 0 | 11101 | 100001100 | 101000 | 110011 |
Color Harmonies of #8051B4
Complementary color
Monochromatic Colors of #8051B4
Black with #8051B4
Text Example
Text Example
White with #8051B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8051B4; }
p { color: rgb(128,81,180); }
H1.HeaderClassName
{
color: #8051B4;
}
.AnyTagClassName
{
color: #8051B4;
}
</style>
background-color css
<style>
a { background-color: #8051B4; }
a { background-color: rgb(128,81,180); }
div.DivClassName
{
background-color: #8051B4;
}
.BgClassName
{
background-color: #8051B4;
}
</style>
border-color css
<style>
span { border-color: #8051B4; }
span { border-color: rgb(128,81,180); }
td.TdClassName
{
border-color: #8051B4;
}
.TagClassName
{
border-color: #8051B4;
}
</style>