Shades of True V #846BCF
Tints of True V #846BCF
RGB
CMYK
RGB Variations
Color information
#846BCF (or 0x846BCF) is known color: True V. HEX triplet: 84, 6B and CF. RGB value is (132,107,207). Sum of RGB (Red+Green+Blue) = 132+107+207=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 107 (42.19% from 255 or 23.99% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 207 - color contains mainly: blue. Hex color #846BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846BCF is #7B9430. Grayscale: #7D7D7D. Windows color (decimal): -8098865 or 13593476. OLE color: 13593476.
HSL color Cylindrical-coordinate representation of color #846BCF: hue angle of 255º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #846BCF is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 132 | 107 | 207 | - |
| CMYK | 0.36 | 0.48 | 0 | 0.19 |
| HSL | 255º | 0.51% | 0.62% | - |
| HSV(B) | 255º | 0.48% | 0.81% | - |
| XYZ | 26.04 | 19.93 | 61.51 | - |
| YUV | 125.88 | 173.78 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 207 | 0.36 | 0.48 | 0 | 0.19 | 255 | 0.51 | 0.62 |
| Hex | 84 | 6B | CF | 24 | 30 | 0 | 13 | FF | 33 | 3E |
| Octal | 204 | 153 | 317 | 44 | 60 | 0 | 23 | 377 | 63 | 76 |
| Binary | 10000100 | 1101011 | 11001111 | 100100 | 110000 | 0 | 10011 | 11111111 | 110011 | 111110 |
Color Harmonies of #846BCF
Complementary color
Monochromatic Colors of #846BCF
Black with #846BCF
Text Example
Text Example
White with #846BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846BCF; }
p { color: rgb(132,107,207); }
H1.HeaderClassName
{
color: #846BCF;
}
.AnyTagClassName
{
color: #846BCF;
}
</style>
background-color css
<style>
a { background-color: #846BCF; }
a { background-color: rgb(132,107,207); }
div.DivClassName
{
background-color: #846BCF;
}
.BgClassName
{
background-color: #846BCF;
}
</style>
border-color css
<style>
span { border-color: #846BCF; }
span { border-color: rgb(132,107,207); }
td.TdClassName
{
border-color: #846BCF;
}
.TagClassName
{
border-color: #846BCF;
}
</style>