Shades of Studio #8044BC
Tints of Studio #8044BC
RGB
CMYK
RGB Variations
Color information
#8044BC (or 0x8044BC) is known color: Studio. HEX triplet: 80, 44 and BC. RGB value is (128,68,188). Sum of RGB (Red+Green+Blue) = 128+68+188=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #8044BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8044BC is #7FBB43. Grayscale: #636363. Windows color (decimal): -8371012 or 12338304. OLE color: 12338304.
HSL color Cylindrical-coordinate representation of color #8044BC: hue angle of 270º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8044BC is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 68 | 188 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.26 |
| HSL | 270º | 0.47% | 0.5% | - |
| HSV(B) | 270º | 0.64% | 0.74% | - |
| XYZ | 20.05 | 12.35 | 48.91 | - |
| YUV | 99.62 | 177.88 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 188 | 0.32 | 0.64 | 0 | 0.26 | 270 | 0.47 | 0.5 |
| Hex | 80 | 44 | BC | 20 | 40 | 0 | 1A | 10E | 2F | 32 |
| Octal | 200 | 104 | 274 | 40 | 100 | 0 | 32 | 416 | 57 | 62 |
| Binary | 10000000 | 1000100 | 10111100 | 100000 | 1000000 | 0 | 11010 | 100001110 | 101111 | 110010 |
Color Harmonies of #8044BC
Complementary color
Monochromatic Colors of #8044BC
Black with #8044BC
Text Example
Text Example
White with #8044BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8044BC; }
p { color: rgb(128,68,188); }
H1.HeaderClassName
{
color: #8044BC;
}
.AnyTagClassName
{
color: #8044BC;
}
</style>
background-color css
<style>
a { background-color: #8044BC; }
a { background-color: rgb(128,68,188); }
div.DivClassName
{
background-color: #8044BC;
}
.BgClassName
{
background-color: #8044BC;
}
</style>
border-color css
<style>
span { border-color: #8044BC; }
span { border-color: rgb(128,68,188); }
td.TdClassName
{
border-color: #8044BC;
}
.TagClassName
{
border-color: #8044BC;
}
</style>