#837290

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

Shades of Topaz #837290

Tints of Topaz #837290

Color information

#837290 (or 0x837290) is unknown color: approx Topaz. HEX triplet: 83, 72 and 90. RGB value is (131,114,144). Sum of RGB (Red+Green+Blue) = 131+114+144=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 144 (56.64% from 255 or 37.02% from 389); Max value from RGB is 144 - color contains mainly: blue. Hex color #837290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837290 is #7C8D6F. Grayscale: #7A7A7A. Windows color (decimal): -8162672 or 9466499. OLE color: 9466499.

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

Color convert

RGB131114144-
CMYK0.090.2100.44
HSL274º11.9%50.59%-
HSV(B)274º20.83%56.47%-
XYZ20.4118.8728.95-
YUV122.5140.13134.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.68%
GREEN value IS 114 (44.92% from 255) = 29.31%
BLUE value IS 144 (56.64% from 255) = 37.02%
R=33.68%
G=29.31%
B=37.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311141440.090.2100.4427411.950.59
Hex83729091502C112c33
Octal20316222011250544221463
Binary1000001111100101001000010011010101011001000100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837290; }

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

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

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

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

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

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

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

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