Shades of Studio #8052BC
Tints of Studio #8052BC
RGB
CMYK
RGB Variations
Color information
#8052BC (or 0x8052BC) is known color: Studio. HEX triplet: 80, 52 and BC. RGB value is (128,82,188). Sum of RGB (Red+Green+Blue) = 128+82+188=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #8052BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8052BC is #7FAD43. Grayscale: #6B6B6B. Windows color (decimal): -8367428 or 12341888. OLE color: 12341888.
HSL color Cylindrical-coordinate representation of color #8052BC: hue angle of 266.04º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8052BC is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 82 | 188 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.26 |
| HSL | 266.04º | 0.44% | 0.53% | - |
| HSV(B) | 266.04º | 0.56% | 0.74% | - |
| XYZ | 21 | 14.25 | 49.22 | - |
| YUV | 107.84 | 173.24 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 82 | 188 | 0.32 | 0.56 | 0 | 0.26 | 266.04 | 0.44 | 0.53 |
| Hex | 80 | 52 | BC | 20 | 38 | 0 | 1A | 10A | 2C | 35 |
| Octal | 200 | 122 | 274 | 40 | 70 | 0 | 32 | 412 | 54 | 65 |
| Binary | 10000000 | 1010010 | 10111100 | 100000 | 111000 | 0 | 11010 | 100001010 | 101100 | 110101 |
Color Harmonies of #8052BC
Complementary color
Monochromatic Colors of #8052BC
Black with #8052BC
Text Example
Text Example
White with #8052BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8052BC; }
p { color: rgb(128,82,188); }
H1.HeaderClassName
{
color: #8052BC;
}
.AnyTagClassName
{
color: #8052BC;
}
</style>
background-color css
<style>
a { background-color: #8052BC; }
a { background-color: rgb(128,82,188); }
div.DivClassName
{
background-color: #8052BC;
}
.BgClassName
{
background-color: #8052BC;
}
</style>
border-color css
<style>
span { border-color: #8052BC; }
span { border-color: rgb(128,82,188); }
td.TdClassName
{
border-color: #8052BC;
}
.TagClassName
{
border-color: #8052BC;
}
</style>