Shades of True V #846BBE
Tints of True V #846BBE
RGB
CMYK
RGB Variations
Color information
#846BBE (or 0x846BBE) is known color: True V. HEX triplet: 84, 6B and BE. RGB value is (132,107,190). Sum of RGB (Red+Green+Blue) = 132+107+190=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #846BBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846BBE is #7B9441. Grayscale: #7B7B7B. Windows color (decimal): -8098882 or 12479364. OLE color: 12479364.
HSL color Cylindrical-coordinate representation of color #846BBE: hue angle of 258.07º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #846BBE is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 107 | 190 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.25 |
| HSL | 258.07º | 0.39% | 0.58% | - |
| HSV(B) | 258.07º | 0.44% | 0.75% | - |
| XYZ | 24.07 | 19.14 | 51.14 | - |
| YUV | 123.94 | 165.28 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 190 | 0.31 | 0.44 | 0 | 0.25 | 258.07 | 0.39 | 0.58 |
| Hex | 84 | 6B | BE | 1F | 2C | 0 | 19 | 102 | 27 | 3A |
| Octal | 204 | 153 | 276 | 37 | 54 | 0 | 31 | 402 | 47 | 72 |
| Binary | 10000100 | 1101011 | 10111110 | 11111 | 101100 | 0 | 11001 | 100000010 | 100111 | 111010 |
Color Harmonies of #846BBE
Complementary color
Monochromatic Colors of #846BBE
Black with #846BBE
Text Example
Text Example
White with #846BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846BBE; }
p { color: rgb(132,107,190); }
H1.HeaderClassName
{
color: #846BBE;
}
.AnyTagClassName
{
color: #846BBE;
}
</style>
background-color css
<style>
a { background-color: #846BBE; }
a { background-color: rgb(132,107,190); }
div.DivClassName
{
background-color: #846BBE;
}
.BgClassName
{
background-color: #846BBE;
}
</style>
border-color css
<style>
span { border-color: #846BBE; }
span { border-color: rgb(132,107,190); }
td.TdClassName
{
border-color: #846BBE;
}
.TagClassName
{
border-color: #846BBE;
}
</style>