Shades of Studio #835BA4
Tints of Studio #835BA4
RGB
CMYK
RGB Variations
Color information
#835BA4 (or 0x835BA4) is known color: Studio. HEX triplet: 83, 5B and A4. RGB value is (131,91,164). Sum of RGB (Red+Green+Blue) = 131+91+164=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 91 (35.94% from 255 or 23.58% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 164 - color contains mainly: blue. Hex color #835BA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835BA4 is #7CA45B. Grayscale: #6F6F6F. Windows color (decimal): -8168540 or 10771331. OLE color: 10771331.
HSL color Cylindrical-coordinate representation of color #835BA4: hue angle of 272.88º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #835BA4 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 91 | 164 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.36 |
| HSL | 272.88º | 0.29% | 0.5% | - |
| HSV(B) | 272.88º | 0.45% | 0.64% | - |
| XYZ | 19.8 | 14.99 | 36.97 | - |
| YUV | 111.28 | 157.75 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 91 | 164 | 0.20 | 0.45 | 0 | 0.36 | 272.88 | 0.29 | 0.5 |
| Hex | 83 | 5B | A4 | 14 | 2D | 0 | 24 | 111 | 1D | 32 |
| Octal | 203 | 133 | 244 | 24 | 55 | 0 | 44 | 421 | 35 | 62 |
| Binary | 10000011 | 1011011 | 10100100 | 10100 | 101101 | 0 | 100100 | 100010001 | 11101 | 110010 |
Color Harmonies of #835BA4
Complementary color
Monochromatic Colors of #835BA4
Black with #835BA4
Text Example
Text Example
White with #835BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835BA4; }
p { color: rgb(131,91,164); }
H1.HeaderClassName
{
color: #835BA4;
}
.AnyTagClassName
{
color: #835BA4;
}
</style>
background-color css
<style>
a { background-color: #835BA4; }
a { background-color: rgb(131,91,164); }
div.DivClassName
{
background-color: #835BA4;
}
.BgClassName
{
background-color: #835BA4;
}
</style>
border-color css
<style>
span { border-color: #835BA4; }
span { border-color: rgb(131,91,164); }
td.TdClassName
{
border-color: #835BA4;
}
.TagClassName
{
border-color: #835BA4;
}
</style>