#846E90

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

Shades of Topaz #846E90

Tints of Topaz #846E90

Color information

#846E90 (or 0x846E90) is unknown color: approx Topaz. HEX triplet: 84, 6E and 90. RGB value is (132,110,144). Sum of RGB (Red+Green+Blue) = 132+110+144=386 (51% of max value = 765). Red value is 132 (51.95% from 255 or 34.20% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 144 - color contains mainly: blue. Hex color #846E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846E90 is #7B916F. Grayscale: #787878. Windows color (decimal): -8098160 or 9465476. OLE color: 9465476.

HSL color Cylindrical-coordinate representation of color #846E90: hue angle of 278.82º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #846E90 is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB132110144-
CMYK0.080.2400.44
HSL278.82º13.39%49.8%-
HSV(B)278.82º23.61%56.47%-
XYZ20.1318.0728.81-
YUV120.45141.29136.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 34.20%
GREEN value IS 110 (43.36% from 255) = 28.50%
BLUE value IS 144 (56.64% from 255) = 37.31%
R=34.20%
G=28.50%
B=37.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1321101440.080.2400.44278.8213.3949.8
Hex846E9081802C117d32
Octal20415622010300544271562
Binary1000010011011101001000010001100001011001000101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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