Shades of Studio #805AB6
Tints of Studio #805AB6
RGB
CMYK
RGB Variations
Color information
#805AB6 (or 0x805AB6) is known color: Studio. HEX triplet: 80, 5A and B6. RGB value is (128,90,182). Sum of RGB (Red+Green+Blue) = 128+90+182=400 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 182 (71.48% from 255 or 45.5% from 400); Max value from RGB is 182 - color contains mainly: blue. Hex color #805AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805AB6 is #7FA549. Grayscale: #6F6F6F. Windows color (decimal): -8365386 or 11950720. OLE color: 11950720.
HSL color Cylindrical-coordinate representation of color #805AB6: hue angle of 264.78º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #805AB6 is Cyan = 0.30, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 90 | 182 | - |
| CMYK | 0.30 | 0.51 | 0 | 0.29 |
| HSL | 264.78º | 0.39% | 0.53% | - |
| HSV(B) | 264.78º | 0.51% | 0.71% | - |
| XYZ | 21 | 15.28 | 46.1 | - |
| YUV | 111.85 | 167.59 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 182 | 0.30 | 0.51 | 0 | 0.29 | 264.78 | 0.39 | 0.53 |
| Hex | 80 | 5A | B6 | 1E | 33 | 0 | 1D | 109 | 27 | 35 |
| Octal | 200 | 132 | 266 | 36 | 63 | 0 | 35 | 411 | 47 | 65 |
| Binary | 10000000 | 1011010 | 10110110 | 11110 | 110011 | 0 | 11101 | 100001001 | 100111 | 110101 |
Color Harmonies of #805AB6
Complementary color
Monochromatic Colors of #805AB6
Black with #805AB6
Text Example
Text Example
White with #805AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805AB6; }
p { color: rgb(128,90,182); }
H1.HeaderClassName
{
color: #805AB6;
}
.AnyTagClassName
{
color: #805AB6;
}
</style>
background-color css
<style>
a { background-color: #805AB6; }
a { background-color: rgb(128,90,182); }
div.DivClassName
{
background-color: #805AB6;
}
.BgClassName
{
background-color: #805AB6;
}
</style>
border-color css
<style>
span { border-color: #805AB6; }
span { border-color: rgb(128,90,182); }
td.TdClassName
{
border-color: #805AB6;
}
.TagClassName
{
border-color: #805AB6;
}
</style>