#837490

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

Shades of Topaz #837490

Tints of Topaz #837490

Color information

#837490 (or 0x837490) is unknown color: approx Topaz. HEX triplet: 83, 74 and 90. RGB value is (131,116,144). Sum of RGB (Red+Green+Blue) = 131+116+144=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 144 - color contains mainly: blue. Hex color #837490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837490 is #7C8B6F. Grayscale: #7B7B7B. Windows color (decimal): -8162160 or 9467011. OLE color: 9467011.

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

Color convert

RGB131116144-
CMYK0.090.1900.44
HSL272.14º11.2%50.98%-
HSV(B)272.14º19.44%56.47%-
XYZ20.6419.3329.03-
YUV123.68139.47133.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.50%
GREEN value IS 116 (45.70% from 255) = 29.67%
BLUE value IS 144 (56.64% from 255) = 36.83%
R=33.50%
G=29.67%
B=36.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311161440.090.1900.44272.1411.250.98
Hex83749091302C110b33
Octal20316422011230544201363
Binary1000001111101001001000010011001101011001000100001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837490; }

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

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

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

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

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

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

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

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