Shades of Studio #834BB4
Tints of Studio #834BB4
RGB
CMYK
RGB Variations
Color information
#834BB4 (or 0x834BB4) is known color: Studio. HEX triplet: 83, 4B and B4. RGB value is (131,75,180). Sum of RGB (Red+Green+Blue) = 131+75+180=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 75 (29.69% from 255 or 19.43% from 386); Blue value is 180 (70.70% from 255 or 46.63% from 386); Max value from RGB is 180 - color contains mainly: blue. Hex color #834BB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #834BB4 is #7CB44B. Grayscale: #676767. Windows color (decimal): -8172620 or 11815811. OLE color: 11815811.
HSL color Cylindrical-coordinate representation of color #834BB4: hue angle of 272º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #834BB4 is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 75 | 180 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.29 |
| HSL | 272º | 0.41% | 0.5% | - |
| HSV(B) | 272º | 0.58% | 0.71% | - |
| XYZ | 20.11 | 13.15 | 44.66 | - |
| YUV | 103.71 | 171.05 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 75 | 180 | 0.27 | 0.58 | 0 | 0.29 | 272 | 0.41 | 0.5 |
| Hex | 83 | 4B | B4 | 1B | 3A | 0 | 1D | 110 | 29 | 32 |
| Octal | 203 | 113 | 264 | 33 | 72 | 0 | 35 | 420 | 51 | 62 |
| Binary | 10000011 | 1001011 | 10110100 | 11011 | 111010 | 0 | 11101 | 100010000 | 101001 | 110010 |
Color Harmonies of #834BB4
Complementary color
Monochromatic Colors of #834BB4
Black with #834BB4
Text Example
Text Example
White with #834BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834BB4; }
p { color: rgb(131,75,180); }
H1.HeaderClassName
{
color: #834BB4;
}
.AnyTagClassName
{
color: #834BB4;
}
</style>
background-color css
<style>
a { background-color: #834BB4; }
a { background-color: rgb(131,75,180); }
div.DivClassName
{
background-color: #834BB4;
}
.BgClassName
{
background-color: #834BB4;
}
</style>
border-color css
<style>
span { border-color: #834BB4; }
span { border-color: rgb(131,75,180); }
td.TdClassName
{
border-color: #834BB4;
}
.TagClassName
{
border-color: #834BB4;
}
</style>