Shades of Studio #805DA5
Tints of Studio #805DA5
RGB
CMYK
RGB Variations
Color information
#805DA5 (or 0x805DA5) is known color: Studio. HEX triplet: 80, 5D and A5. RGB value is (128,93,165). Sum of RGB (Red+Green+Blue) = 128+93+165=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 165 (64.84% from 255 or 42.75% from 386); Max value from RGB is 165 - color contains mainly: blue. Hex color #805DA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805DA5 is #7FA25A. Grayscale: #6F6F6F. Windows color (decimal): -8364635 or 10837376. OLE color: 10837376.
HSL color Cylindrical-coordinate representation of color #805DA5: hue angle of 269.17º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #805DA5 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 93 | 165 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.35 |
| HSL | 269.17º | 0.29% | 0.51% | - |
| HSV(B) | 269.17º | 0.44% | 0.65% | - |
| XYZ | 19.61 | 15.13 | 37.49 | - |
| YUV | 111.67 | 158.1 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 165 | 0.22 | 0.44 | 0 | 0.35 | 269.17 | 0.29 | 0.51 |
| Hex | 80 | 5D | A5 | 16 | 2C | 0 | 23 | 10D | 1D | 33 |
| Octal | 200 | 135 | 245 | 26 | 54 | 0 | 43 | 415 | 35 | 63 |
| Binary | 10000000 | 1011101 | 10100101 | 10110 | 101100 | 0 | 100011 | 100001101 | 11101 | 110011 |
Color Harmonies of #805DA5
Complementary color
Monochromatic Colors of #805DA5
Black with #805DA5
Text Example
Text Example
White with #805DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805DA5; }
p { color: rgb(128,93,165); }
H1.HeaderClassName
{
color: #805DA5;
}
.AnyTagClassName
{
color: #805DA5;
}
</style>
background-color css
<style>
a { background-color: #805DA5; }
a { background-color: rgb(128,93,165); }
div.DivClassName
{
background-color: #805DA5;
}
.BgClassName
{
background-color: #805DA5;
}
</style>
border-color css
<style>
span { border-color: #805DA5; }
span { border-color: rgb(128,93,165); }
td.TdClassName
{
border-color: #805DA5;
}
.TagClassName
{
border-color: #805DA5;
}
</style>