#837C90

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

Shades of Topaz #837C90

Tints of Topaz #837C90

Color information

#837C90 (or 0x837C90) is unknown color: approx Topaz. HEX triplet: 83, 7C and 90. RGB value is (131,124,144). Sum of RGB (Red+Green+Blue) = 131+124+144=399 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.83% from 399); Green value is 124 (48.83% from 255 or 31.08% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 144 - color contains mainly: blue. Hex color #837C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837C90 is #7C836F. Grayscale: #808080. Windows color (decimal): -8160112 or 9469059. OLE color: 9469059.

HSL color Cylindrical-coordinate representation of color #837C90: hue angle of 261º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #837C90 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB131124144-
CMYK0.090.1400.44
HSL261º8.26%52.55%-
HSV(B)261º13.89%56.47%-
XYZ21.621.2529.35-
YUV128.37136.82129.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.83%
GREEN value IS 124 (48.83% from 255) = 31.08%
BLUE value IS 144 (56.64% from 255) = 36.09%
R=32.83%
G=31.08%
B=36.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311241440.090.1400.442618.2652.55
Hex837C909E02C105835
Octal20317422011160544051065
Binary100000111111100100100001001111001011001000001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837C90; }

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

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

<style>
 a { background-color: #837C90; }

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

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

<style>
 span { border-color: #837C90; }

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

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