#846EBC

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

Shades of True V #846EBC

Tints of True V #846EBC

Color information

#846EBC (or 0x846EBC) is unknown color: approx True V. HEX triplet: 84, 6E and BC. RGB value is (132,110,188). Sum of RGB (Red+Green+Blue) = 132+110+188=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #846EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846EBC is #7B9143. Grayscale: #7D7D7D. Windows color (decimal): -8098116 or 12349060. OLE color: 12349060.

HSL color Cylindrical-coordinate representation of color #846EBC: hue angle of 256.92º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #846EBC is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB132110188-
CMYK0.300.4100.26
HSL256.92º36.79%58.43%-
HSV(B)256.92º41.49%73.73%-
XYZ24.1719.6950.1-
YUV125.47163.29132.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.70%
GREEN value IS 110 (43.36% from 255) = 25.58%
BLUE value IS 188 (73.83% from 255) = 43.72%
R=30.70%
G=25.58%
B=43.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321101880.300.4100.26256.9236.7958.43
Hex846EBC1E2901A101253a
Octal20415627436510324014572
Binary1000010011011101011110011110101001011010100000001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,110,188); }

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

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

 a { background-color: rgb(132,110,188); }

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

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

 span { border-color: rgb(132,110,188); }

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