Shades of Studio #8053BB
Tints of Studio #8053BB
RGB
CMYK
RGB Variations
Color information
#8053BB (or 0x8053BB) is known color: Studio. HEX triplet: 80, 53 and BB. RGB value is (128,83,187). Sum of RGB (Red+Green+Blue) = 128+83+187=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #8053BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8053BB is #7FAC44. Grayscale: #6B6B6B. Windows color (decimal): -8367173 or 12276608. OLE color: 12276608.
HSL color Cylindrical-coordinate representation of color #8053BB: hue angle of 265.96º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8053BB is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 83 | 187 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.27 |
| HSL | 265.96º | 0.43% | 0.53% | - |
| HSV(B) | 265.96º | 0.56% | 0.73% | - |
| XYZ | 20.96 | 14.36 | 48.68 | - |
| YUV | 108.31 | 172.41 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 83 | 187 | 0.32 | 0.56 | 0 | 0.27 | 265.96 | 0.43 | 0.53 |
| Hex | 80 | 53 | BB | 20 | 38 | 0 | 1B | 10A | 2B | 35 |
| Octal | 200 | 123 | 273 | 40 | 70 | 0 | 33 | 412 | 53 | 65 |
| Binary | 10000000 | 1010011 | 10111011 | 100000 | 111000 | 0 | 11011 | 100001010 | 101011 | 110101 |
Color Harmonies of #8053BB
Complementary color
Monochromatic Colors of #8053BB
Black with #8053BB
Text Example
Text Example
White with #8053BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8053BB; }
p { color: rgb(128,83,187); }
H1.HeaderClassName
{
color: #8053BB;
}
.AnyTagClassName
{
color: #8053BB;
}
</style>
background-color css
<style>
a { background-color: #8053BB; }
a { background-color: rgb(128,83,187); }
div.DivClassName
{
background-color: #8053BB;
}
.BgClassName
{
background-color: #8053BB;
}
</style>
border-color css
<style>
span { border-color: #8053BB; }
span { border-color: rgb(128,83,187); }
td.TdClassName
{
border-color: #8053BB;
}
.TagClassName
{
border-color: #8053BB;
}
</style>