#846DBF

Color #846DBF True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #846DBF

Tints of True V #846DBF

Color information

#846DBF (or 0x846DBF) is unknown color: approx True V. HEX triplet: 84, 6D and BF. RGB value is (132,109,191). Sum of RGB (Red+Green+Blue) = 132+109+191=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 109 (42.97% from 255 or 25.23% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #846DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846DBF is #7B9240. Grayscale: #7C7C7C. Windows color (decimal): -8098369 or 12545412. OLE color: 12545412.

HSL color Cylindrical-coordinate representation of color #846DBF: hue angle of 256.83º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #846DBF is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132109191-
CMYK0.310.4300.25
HSL256.83º39.05%58.82%-
HSV(B)256.83º42.93%74.9%-
XYZ24.3919.651.79-
YUV125.22165.12132.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 30.56%
GREEN value IS 109 (42.97% from 255) = 25.23%
BLUE value IS 191 (75% from 255) = 44.21%
R=30.56%
G=25.23%
B=44.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321091910.310.4300.25256.8339.0558.82
Hex846DBF1F2B019101273b
Octal20415527737530314014773
Binary1000010011011011011111111111101011011001100000001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846DBF; }

 p { color: rgb(132,109,191); }

 H1.HeaderClassName
 {
   color: #846DBF;
 }
 .AnyTagClassName
 {
   color: #846DBF;
 }
</style>
background-color css

<style>
 a { background-color: #846DBF; }

 a { background-color: rgb(132,109,191); }

 div.DivClassName
 {
   background-color: #846DBF;
 }
 .BgClassName
 {
   background-color: #846DBF;
 }
</style>
border-color css

<style>
 span { border-color: #846DBF; }

 span { border-color: rgb(132,109,191); }

 td.TdClassName
 {
   border-color: #846DBF;
 }
 .TagClassName
 {
   border-color: #846DBF;
 }
</style>