Shades of Studio #805BAC
Tints of Studio #805BAC
RGB
CMYK
RGB Variations
Color information
#805BAC (or 0x805BAC) is known color: Studio. HEX triplet: 80, 5B and AC. RGB value is (128,91,172). Sum of RGB (Red+Green+Blue) = 128+91+172=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #805BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805BAC is #7FA453. Grayscale: #6F6F6F. Windows color (decimal): -8365140 or 11295616. OLE color: 11295616.
HSL color Cylindrical-coordinate representation of color #805BAC: hue angle of 267.41º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #805BAC is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 91 | 172 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.33 |
| HSL | 267.41º | 0.33% | 0.52% | - |
| HSV(B) | 267.41º | 0.47% | 0.67% | - |
| XYZ | 20.09 | 15.05 | 40.88 | - |
| YUV | 111.3 | 162.26 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 91 | 172 | 0.26 | 0.47 | 0 | 0.33 | 267.41 | 0.33 | 0.52 |
| Hex | 80 | 5B | AC | 1A | 2F | 0 | 21 | 10B | 21 | 34 |
| Octal | 200 | 133 | 254 | 32 | 57 | 0 | 41 | 413 | 41 | 64 |
| Binary | 10000000 | 1011011 | 10101100 | 11010 | 101111 | 0 | 100001 | 100001011 | 100001 | 110100 |
Color Harmonies of #805BAC
Complementary color
Monochromatic Colors of #805BAC
Black with #805BAC
Text Example
Text Example
White with #805BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805BAC; }
p { color: rgb(128,91,172); }
H1.HeaderClassName
{
color: #805BAC;
}
.AnyTagClassName
{
color: #805BAC;
}
</style>
background-color css
<style>
a { background-color: #805BAC; }
a { background-color: rgb(128,91,172); }
div.DivClassName
{
background-color: #805BAC;
}
.BgClassName
{
background-color: #805BAC;
}
</style>
border-color css
<style>
span { border-color: #805BAC; }
span { border-color: rgb(128,91,172); }
td.TdClassName
{
border-color: #805BAC;
}
.TagClassName
{
border-color: #805BAC;
}
</style>