Shades of Studio #805EA3
Tints of Studio #805EA3
RGB
CMYK
RGB Variations
Color information
#805EA3 (or 0x805EA3) is known color: Studio. HEX triplet: 80, 5E and A3. RGB value is (128,94,163). Sum of RGB (Red+Green+Blue) = 128+94+163=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 163 (64.06% from 255 or 42.34% from 385); Max value from RGB is 163 - color contains mainly: blue. Hex color #805EA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805EA3 is #7FA15C. Grayscale: #6F6F6F. Windows color (decimal): -8364381 or 10706560. OLE color: 10706560.
HSL color Cylindrical-coordinate representation of color #805EA3: hue angle of 269.57º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #805EA3 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 94 | 163 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.36 |
| HSL | 269.57º | 0.27% | 0.5% | - |
| HSV(B) | 269.57º | 0.42% | 0.64% | - |
| XYZ | 19.52 | 15.24 | 36.56 | - |
| YUV | 112.03 | 156.76 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 163 | 0.21 | 0.42 | 0 | 0.36 | 269.57 | 0.27 | 0.5 |
| Hex | 80 | 5E | A3 | 15 | 2A | 0 | 24 | 10E | 1B | 32 |
| Octal | 200 | 136 | 243 | 25 | 52 | 0 | 44 | 416 | 33 | 62 |
| Binary | 10000000 | 1011110 | 10100011 | 10101 | 101010 | 0 | 100100 | 100001110 | 11011 | 110010 |
Color Harmonies of #805EA3
Complementary color
Monochromatic Colors of #805EA3
Black with #805EA3
Text Example
Text Example
White with #805EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805EA3; }
p { color: rgb(128,94,163); }
H1.HeaderClassName
{
color: #805EA3;
}
.AnyTagClassName
{
color: #805EA3;
}
</style>
background-color css
<style>
a { background-color: #805EA3; }
a { background-color: rgb(128,94,163); }
div.DivClassName
{
background-color: #805EA3;
}
.BgClassName
{
background-color: #805EA3;
}
</style>
border-color css
<style>
span { border-color: #805EA3; }
span { border-color: rgb(128,94,163); }
td.TdClassName
{
border-color: #805EA3;
}
.TagClassName
{
border-color: #805EA3;
}
</style>