#837E90

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

Shades of Topaz #837E90

Tints of Topaz #837E90

Color information

#837E90 (or 0x837E90) is unknown color: approx Topaz. HEX triplet: 83, 7E and 90. RGB value is (131,126,144). Sum of RGB (Red+Green+Blue) = 131+126+144=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 126 (49.61% from 255 or 31.42% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 144 - color contains mainly: blue. Hex color #837E90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837E90 is #7C816F. Grayscale: #818181. Windows color (decimal): -8159600 or 9469571. OLE color: 9469571.

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

Color convert

RGB131126144-
CMYK0.090.1200.44
HSL256.67º7.5%52.94%-
HSV(B)256.67º12.5%56.47%-
XYZ21.8521.7629.43-
YUV129.55136.16129.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.67%
GREEN value IS 126 (49.61% from 255) = 31.42%
BLUE value IS 144 (56.64% from 255) = 35.91%
R=32.67%
G=31.42%
B=35.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311261440.090.1200.44256.677.552.94
Hex837E909C02C101835
Octal20317622011140544011065
Binary100000111111110100100001001110001011001000000011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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