Shades of Studio #805BB2
Tints of Studio #805BB2
RGB
CMYK
RGB Variations
Color information
#805BB2 (or 0x805BB2) is known color: Studio. HEX triplet: 80, 5B and B2. RGB value is (128,91,178). Sum of RGB (Red+Green+Blue) = 128+91+178=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 178 (69.92% from 255 or 44.84% from 397); Max value from RGB is 178 - color contains mainly: blue. Hex color #805BB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805BB2 is #7FA44D. Grayscale: #6F6F6F. Windows color (decimal): -8365134 or 11688832. OLE color: 11688832.
HSL color Cylindrical-coordinate representation of color #805BB2: hue angle of 265.52º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #805BB2 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 91 | 178 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.30 |
| HSL | 265.52º | 0.36% | 0.53% | - |
| HSV(B) | 265.52º | 0.49% | 0.7% | - |
| XYZ | 20.68 | 15.29 | 43.98 | - |
| YUV | 111.98 | 165.26 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 91 | 178 | 0.28 | 0.49 | 0 | 0.30 | 265.52 | 0.36 | 0.53 |
| Hex | 80 | 5B | B2 | 1C | 31 | 0 | 1E | 10A | 24 | 35 |
| Octal | 200 | 133 | 262 | 34 | 61 | 0 | 36 | 412 | 44 | 65 |
| Binary | 10000000 | 1011011 | 10110010 | 11100 | 110001 | 0 | 11110 | 100001010 | 100100 | 110101 |
Color Harmonies of #805BB2
Complementary color
Monochromatic Colors of #805BB2
Black with #805BB2
Text Example
Text Example
White with #805BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805BB2; }
p { color: rgb(128,91,178); }
H1.HeaderClassName
{
color: #805BB2;
}
.AnyTagClassName
{
color: #805BB2;
}
</style>
background-color css
<style>
a { background-color: #805BB2; }
a { background-color: rgb(128,91,178); }
div.DivClassName
{
background-color: #805BB2;
}
.BgClassName
{
background-color: #805BB2;
}
</style>
border-color css
<style>
span { border-color: #805BB2; }
span { border-color: rgb(128,91,178); }
td.TdClassName
{
border-color: #805BB2;
}
.TagClassName
{
border-color: #805BB2;
}
</style>