#846BC6

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

Shades of True V #846BC6

Tints of True V #846BC6

Color information

#846BC6 (or 0x846BC6) is unknown color: approx True V. HEX triplet: 84, 6B and C6. RGB value is (132,107,198). Sum of RGB (Red+Green+Blue) = 132+107+198=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 198 (77.73% from 255 or 45.31% from 437); Max value from RGB is 198 - color contains mainly: blue. Hex color #846BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846BC6 is #7B9439. Grayscale: #7C7C7C. Windows color (decimal): -8098874 or 13003652. OLE color: 13003652.

HSL color Cylindrical-coordinate representation of color #846BC6: hue angle of 256.48º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #846BC6 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB132107198-
CMYK0.330.4600.22
HSL256.48º44.39%59.8%-
HSV(B)256.48º45.96%77.65%-
XYZ24.9719.555.87-
YUV124.85169.28133.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.21%
GREEN value IS 107 (42.19% from 255) = 24.49%
BLUE value IS 198 (77.73% from 255) = 45.31%
R=30.21%
G=24.49%
B=45.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1321071980.330.4600.22256.4844.3959.8
Hex846BC6212E0161002c3c
Octal20415330641560264005474
Binary10000100110101111000110100001101110010110100000000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,107,198); }

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

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

 a { background-color: rgb(132,107,198); }

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

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

 span { border-color: rgb(132,107,198); }

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