Shades of True V #836EBC
Tints of True V #836EBC
RGB
CMYK
RGB Variations
Color information
#836EBC (or 0x836EBC) is known color: True V. HEX triplet: 83, 6E and BC. RGB value is (131,110,188). Sum of RGB (Red+Green+Blue) = 131+110+188=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #836EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836EBC is #7C9143. Grayscale: #7C7C7C. Windows color (decimal): -8163652 or 12349059. OLE color: 12349059.
HSL color Cylindrical-coordinate representation of color #836EBC: hue angle of 256.15º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #836EBC is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 131 | 110 | 188 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.26 |
| HSL | 256.15º | 0.37% | 0.58% | - |
| HSV(B) | 256.15º | 0.41% | 0.74% | - |
| XYZ | 24.01 | 19.61 | 50.1 | - |
| YUV | 125.17 | 163.46 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 110 | 188 | 0.30 | 0.41 | 0 | 0.26 | 256.15 | 0.37 | 0.58 |
| Hex | 83 | 6E | BC | 1E | 29 | 0 | 1A | 100 | 25 | 3A |
| Octal | 203 | 156 | 274 | 36 | 51 | 0 | 32 | 400 | 45 | 72 |
| Binary | 10000011 | 1101110 | 10111100 | 11110 | 101001 | 0 | 11010 | 100000000 | 100101 | 111010 |
Color Harmonies of #836EBC
Complementary color
Monochromatic Colors of #836EBC
Black with #836EBC
Text Example
Text Example
White with #836EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836EBC; }
p { color: rgb(131,110,188); }
H1.HeaderClassName
{
color: #836EBC;
}
.AnyTagClassName
{
color: #836EBC;
}
</style>
background-color css
<style>
a { background-color: #836EBC; }
a { background-color: rgb(131,110,188); }
div.DivClassName
{
background-color: #836EBC;
}
.BgClassName
{
background-color: #836EBC;
}
</style>
border-color css
<style>
span { border-color: #836EBC; }
span { border-color: rgb(131,110,188); }
td.TdClassName
{
border-color: #836EBC;
}
.TagClassName
{
border-color: #836EBC;
}
</style>