#836E90

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

Shades of Topaz #836E90

Tints of Topaz #836E90

Color information

#836E90 (or 0x836E90) is unknown color: approx Topaz. HEX triplet: 83, 6E and 90. RGB value is (131,110,144). Sum of RGB (Red+Green+Blue) = 131+110+144=385 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.03% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 144 - color contains mainly: blue. Hex color #836E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836E90 is #7C916F. Grayscale: #787878. Windows color (decimal): -8163696 or 9465475. OLE color: 9465475.

HSL color Cylindrical-coordinate representation of color #836E90: hue angle of 277.06º 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 #836E90 is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB131110144-
CMYK0.090.2400.44
HSL277.06º13.39%49.8%-
HSV(B)277.06º23.61%56.47%-
XYZ19.9717.9928.81-
YUV120.15141.46135.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.03%
GREEN value IS 110 (43.36% from 255) = 28.57%
BLUE value IS 144 (56.64% from 255) = 37.40%
R=34.03%
G=28.57%
B=37.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311101440.090.2400.44277.0613.3949.8
Hex836E9091802C115d32
Octal20315622011300544251562
Binary1000001111011101001000010011100001011001000101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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