Shades of Studio #8052B4
Tints of Studio #8052B4
RGB
CMYK
RGB Variations
Color information
#8052B4 (or 0x8052B4) is known color: Studio. HEX triplet: 80, 52 and B4. RGB value is (128,82,180). Sum of RGB (Red+Green+Blue) = 128+82+180=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 180 (70.70% from 255 or 46.15% from 390); Max value from RGB is 180 - color contains mainly: blue. Hex color #8052B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8052B4 is #7FAD4B. Grayscale: #6A6A6A. Windows color (decimal): -8367436 or 11817600. OLE color: 11817600.
HSL color Cylindrical-coordinate representation of color #8052B4: hue angle of 268.16º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8052B4 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 82 | 180 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.29 |
| HSL | 268.16º | 0.4% | 0.51% | - |
| HSV(B) | 268.16º | 0.54% | 0.71% | - |
| XYZ | 20.16 | 13.92 | 44.8 | - |
| YUV | 106.93 | 169.24 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 82 | 180 | 0.29 | 0.54 | 0 | 0.29 | 268.16 | 0.4 | 0.51 |
| Hex | 80 | 52 | B4 | 1D | 36 | 0 | 1D | 10C | 28 | 33 |
| Octal | 200 | 122 | 264 | 35 | 66 | 0 | 35 | 414 | 50 | 63 |
| Binary | 10000000 | 1010010 | 10110100 | 11101 | 110110 | 0 | 11101 | 100001100 | 101000 | 110011 |
Color Harmonies of #8052B4
Complementary color
Monochromatic Colors of #8052B4
Black with #8052B4
Text Example
Text Example
White with #8052B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8052B4; }
p { color: rgb(128,82,180); }
H1.HeaderClassName
{
color: #8052B4;
}
.AnyTagClassName
{
color: #8052B4;
}
</style>
background-color css
<style>
a { background-color: #8052B4; }
a { background-color: rgb(128,82,180); }
div.DivClassName
{
background-color: #8052B4;
}
.BgClassName
{
background-color: #8052B4;
}
</style>
border-color css
<style>
span { border-color: #8052B4; }
span { border-color: rgb(128,82,180); }
td.TdClassName
{
border-color: #8052B4;
}
.TagClassName
{
border-color: #8052B4;
}
</style>