Shades of Studio #834AB0
Tints of Studio #834AB0
RGB
CMYK
RGB Variations
Color information
#834AB0 (or 0x834AB0) is known color: Studio. HEX triplet: 83, 4A and B0. RGB value is (131,74,176). Sum of RGB (Red+Green+Blue) = 131+74+176=381 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.38% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 176 (69.14% from 255 or 46.19% from 381); Max value from RGB is 176 - color contains mainly: blue. Hex color #834AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834AB0 is #7CB54F. Grayscale: #666666. Windows color (decimal): -8172880 or 11553411. OLE color: 11553411.
HSL color Cylindrical-coordinate representation of color #834AB0: hue angle of 273.53º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #834AB0 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 74 | 176 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.31 |
| HSL | 273.53º | 0.41% | 0.49% | - |
| HSV(B) | 273.53º | 0.58% | 0.69% | - |
| XYZ | 19.65 | 12.86 | 42.52 | - |
| YUV | 102.67 | 169.38 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 74 | 176 | 0.26 | 0.58 | 0 | 0.31 | 273.53 | 0.41 | 0.49 |
| Hex | 83 | 4A | B0 | 1A | 3A | 0 | 1F | 112 | 29 | 31 |
| Octal | 203 | 112 | 260 | 32 | 72 | 0 | 37 | 422 | 51 | 61 |
| Binary | 10000011 | 1001010 | 10110000 | 11010 | 111010 | 0 | 11111 | 100010010 | 101001 | 110001 |
Color Harmonies of #834AB0
Complementary color
Monochromatic Colors of #834AB0
Black with #834AB0
Text Example
Text Example
White with #834AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834AB0; }
p { color: rgb(131,74,176); }
H1.HeaderClassName
{
color: #834AB0;
}
.AnyTagClassName
{
color: #834AB0;
}
</style>
background-color css
<style>
a { background-color: #834AB0; }
a { background-color: rgb(131,74,176); }
div.DivClassName
{
background-color: #834AB0;
}
.BgClassName
{
background-color: #834AB0;
}
</style>
border-color css
<style>
span { border-color: #834AB0; }
span { border-color: rgb(131,74,176); }
td.TdClassName
{
border-color: #834AB0;
}
.TagClassName
{
border-color: #834AB0;
}
</style>