#837390

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

Shades of Topaz #837390

Tints of Topaz #837390

Color information

#837390 (or 0x837390) is unknown color: approx Topaz. HEX triplet: 83, 73 and 90. RGB value is (131,115,144). Sum of RGB (Red+Green+Blue) = 131+115+144=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 144 - color contains mainly: blue. Hex color #837390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837390 is #7C8C6F. Grayscale: #7A7A7A. Windows color (decimal): -8162416 or 9466755. OLE color: 9466755.

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

Color convert

RGB131115144-
CMYK0.090.2000.44
HSL273.1º11.55%50.78%-
HSV(B)273.1º20.14%56.47%-
XYZ20.5219.128.99-
YUV123.09139.8133.64-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.59%
GREEN value IS 115 (45.31% from 255) = 29.49%
BLUE value IS 144 (56.64% from 255) = 36.92%
R=33.59%
G=29.49%
B=36.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311151440.090.2000.44273.111.5550.78
Hex83739091402C111c33
Octal20316322011240544211463
Binary1000001111100111001000010011010001011001000100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837390; }

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

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

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

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

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

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

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

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