Shades of Studio #8044BE
Tints of Studio #8044BE
RGB
CMYK
RGB Variations
Color information
#8044BE (or 0x8044BE) is known color: Studio. HEX triplet: 80, 44 and BE. RGB value is (128,68,190). Sum of RGB (Red+Green+Blue) = 128+68+190=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #8044BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8044BE is #7FBB41. Grayscale: #636363. Windows color (decimal): -8371010 or 12469376. OLE color: 12469376.
HSL color Cylindrical-coordinate representation of color #8044BE: hue angle of 269.51º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8044BE is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 68 | 190 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.25 |
| HSL | 269.51º | 0.48% | 0.51% | - |
| HSV(B) | 269.51º | 0.64% | 0.75% | - |
| XYZ | 20.26 | 12.44 | 50.05 | - |
| YUV | 99.85 | 178.88 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 68 | 190 | 0.33 | 0.64 | 0 | 0.25 | 269.51 | 0.48 | 0.51 |
| Hex | 80 | 44 | BE | 21 | 40 | 0 | 19 | 10E | 30 | 33 |
| Octal | 200 | 104 | 276 | 41 | 100 | 0 | 31 | 416 | 60 | 63 |
| Binary | 10000000 | 1000100 | 10111110 | 100001 | 1000000 | 0 | 11001 | 100001110 | 110000 | 110011 |
Color Harmonies of #8044BE
Complementary color
Monochromatic Colors of #8044BE
Black with #8044BE
Text Example
Text Example
White with #8044BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8044BE; }
p { color: rgb(128,68,190); }
H1.HeaderClassName
{
color: #8044BE;
}
.AnyTagClassName
{
color: #8044BE;
}
</style>
background-color css
<style>
a { background-color: #8044BE; }
a { background-color: rgb(128,68,190); }
div.DivClassName
{
background-color: #8044BE;
}
.BgClassName
{
background-color: #8044BE;
}
</style>
border-color css
<style>
span { border-color: #8044BE; }
span { border-color: rgb(128,68,190); }
td.TdClassName
{
border-color: #8044BE;
}
.TagClassName
{
border-color: #8044BE;
}
</style>