Shades of True V #846FBE
Tints of True V #846FBE
RGB
CMYK
RGB Variations
Color information
#846FBE (or 0x846FBE) is known color: True V. HEX triplet: 84, 6F and BE. RGB value is (132,111,190). Sum of RGB (Red+Green+Blue) = 132+111+190=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #846FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846FBE is #7B9041. Grayscale: #7D7D7D. Windows color (decimal): -8097858 or 12480388. OLE color: 12480388.
HSL color Cylindrical-coordinate representation of color #846FBE: hue angle of 255.95º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #846FBE is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 111 | 190 | - |
| CMYK | 0.31 | 0.42 | 0 | 0.25 |
| HSL | 255.95º | 0.38% | 0.59% | - |
| HSV(B) | 255.95º | 0.42% | 0.75% | - |
| XYZ | 24.49 | 19.99 | 51.28 | - |
| YUV | 126.29 | 163.96 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 111 | 190 | 0.31 | 0.42 | 0 | 0.25 | 255.95 | 0.38 | 0.59 |
| Hex | 84 | 6F | BE | 1F | 2A | 0 | 19 | 100 | 26 | 3B |
| Octal | 204 | 157 | 276 | 37 | 52 | 0 | 31 | 400 | 46 | 73 |
| Binary | 10000100 | 1101111 | 10111110 | 11111 | 101010 | 0 | 11001 | 100000000 | 100110 | 111011 |
Color Harmonies of #846FBE
Complementary color
Monochromatic Colors of #846FBE
Black with #846FBE
Text Example
Text Example
White with #846FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846FBE; }
p { color: rgb(132,111,190); }
H1.HeaderClassName
{
color: #846FBE;
}
.AnyTagClassName
{
color: #846FBE;
}
</style>
background-color css
<style>
a { background-color: #846FBE; }
a { background-color: rgb(132,111,190); }
div.DivClassName
{
background-color: #846FBE;
}
.BgClassName
{
background-color: #846FBE;
}
</style>
border-color css
<style>
span { border-color: #846FBE; }
span { border-color: rgb(132,111,190); }
td.TdClassName
{
border-color: #846FBE;
}
.TagClassName
{
border-color: #846FBE;
}
</style>