Shades of Studio #834EAF
Tints of Studio #834EAF
RGB
CMYK
RGB Variations
Color information
#834EAF (or 0x834EAF) is known color: Studio. HEX triplet: 83, 4E and AF. RGB value is (131,78,175). Sum of RGB (Red+Green+Blue) = 131+78+175=384 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.11% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: blue. Hex color #834EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834EAF is #7CB150. Grayscale: #686868. Windows color (decimal): -8171857 or 11488899. OLE color: 11488899.
HSL color Cylindrical-coordinate representation of color #834EAF: hue angle of 272.78º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #834EAF is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 78 | 175 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.31 |
| HSL | 272.78º | 0.38% | 0.5% | - |
| HSV(B) | 272.78º | 0.55% | 0.69% | - |
| XYZ | 19.82 | 13.37 | 42.09 | - |
| YUV | 104.91 | 167.56 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 78 | 175 | 0.25 | 0.55 | 0 | 0.31 | 272.78 | 0.38 | 0.5 |
| Hex | 83 | 4E | AF | 19 | 37 | 0 | 1F | 111 | 26 | 32 |
| Octal | 203 | 116 | 257 | 31 | 67 | 0 | 37 | 421 | 46 | 62 |
| Binary | 10000011 | 1001110 | 10101111 | 11001 | 110111 | 0 | 11111 | 100010001 | 100110 | 110010 |
Color Harmonies of #834EAF
Complementary color
Monochromatic Colors of #834EAF
Black with #834EAF
Text Example
Text Example
White with #834EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #834EAF; }
p { color: rgb(131,78,175); }
H1.HeaderClassName
{
color: #834EAF;
}
.AnyTagClassName
{
color: #834EAF;
}
</style>
background-color css
<style>
a { background-color: #834EAF; }
a { background-color: rgb(131,78,175); }
div.DivClassName
{
background-color: #834EAF;
}
.BgClassName
{
background-color: #834EAF;
}
</style>
border-color css
<style>
span { border-color: #834EAF; }
span { border-color: rgb(131,78,175); }
td.TdClassName
{
border-color: #834EAF;
}
.TagClassName
{
border-color: #834EAF;
}
</style>