#837190

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

Shades of Topaz #837190

Tints of Topaz #837190

Color information

#837190 (or 0x837190) is unknown color: approx Topaz. HEX triplet: 83, 71 and 90. RGB value is (131,113,144). Sum of RGB (Red+Green+Blue) = 131+113+144=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 144 - color contains mainly: blue. Hex color #837190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837190 is #7C8E6F. Grayscale: #797979. Windows color (decimal): -8162928 or 9466243. OLE color: 9466243.

HSL color Cylindrical-coordinate representation of color #837190: hue angle of 274.84º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #837190 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB131113144-
CMYK0.090.2200.44
HSL274.84º12.25%50.39%-
HSV(B)274.84º21.53%56.47%-
XYZ20.318.6528.92-
YUV121.92140.46134.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.76%
GREEN value IS 113 (44.53% from 255) = 29.12%
BLUE value IS 144 (56.64% from 255) = 37.11%
R=33.76%
G=29.12%
B=37.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311131440.090.2200.44274.8412.2550.39
Hex83719091602C113c32
Octal20316122011260544231462
Binary1000001111100011001000010011011001011001000100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837190; }

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

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

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

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

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

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

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

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