Shades of Studio #834FAA
Tints of Studio #834FAA
RGB
CMYK
RGB Variations
Color information
#834FAA (or 0x834FAA) is known color: Studio. HEX triplet: 83, 4F and AA. RGB value is (131,79,170). Sum of RGB (Red+Green+Blue) = 131+79+170=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 79 (31.25% from 255 or 20.79% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #834FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834FAA is #7CB055. Grayscale: #686868. Windows color (decimal): -8171606 or 11161475. OLE color: 11161475.
HSL color Cylindrical-coordinate representation of color #834FAA: hue angle of 274.29º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #834FAA is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 79 | 170 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.33 |
| HSL | 274.29º | 0.37% | 0.49% | - |
| HSV(B) | 274.29º | 0.54% | 0.67% | - |
| XYZ | 19.41 | 13.32 | 39.58 | - |
| YUV | 104.92 | 164.73 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 79 | 170 | 0.23 | 0.54 | 0 | 0.33 | 274.29 | 0.37 | 0.49 |
| Hex | 83 | 4F | AA | 17 | 36 | 0 | 21 | 112 | 25 | 31 |
| Octal | 203 | 117 | 252 | 27 | 66 | 0 | 41 | 422 | 45 | 61 |
| Binary | 10000011 | 1001111 | 10101010 | 10111 | 110110 | 0 | 100001 | 100010010 | 100101 | 110001 |
Color Harmonies of #834FAA
Complementary color
Monochromatic Colors of #834FAA
Black with #834FAA
Text Example
Text Example
White with #834FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834FAA; }
p { color: rgb(131,79,170); }
H1.HeaderClassName
{
color: #834FAA;
}
.AnyTagClassName
{
color: #834FAA;
}
</style>
background-color css
<style>
a { background-color: #834FAA; }
a { background-color: rgb(131,79,170); }
div.DivClassName
{
background-color: #834FAA;
}
.BgClassName
{
background-color: #834FAA;
}
</style>
border-color css
<style>
span { border-color: #834FAA; }
span { border-color: rgb(131,79,170); }
td.TdClassName
{
border-color: #834FAA;
}
.TagClassName
{
border-color: #834FAA;
}
</style>