#837890

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

Shades of Topaz #837890

Tints of Topaz #837890

Color information

#837890 (or 0x837890) is unknown color: approx Topaz. HEX triplet: 83, 78 and 90. RGB value is (131,120,144). Sum of RGB (Red+Green+Blue) = 131+120+144=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 144 - color contains mainly: blue. Hex color #837890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837890 is #7C876F. Grayscale: #7D7D7D. Windows color (decimal): -8161136 or 9468035. OLE color: 9468035.

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

Color convert

RGB131120144-
CMYK0.090.1700.44
HSL267.5º9.76%51.76%-
HSV(B)267.5º16.67%56.47%-
XYZ21.1120.2729.19-
YUV126.02138.14131.55-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.16%
GREEN value IS 120 (47.27% from 255) = 30.38%
BLUE value IS 144 (56.64% from 255) = 36.46%
R=33.16%
G=30.38%
B=36.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1311201440.090.1700.44267.59.7651.76
Hex83789091102C10ca34
Octal20317022011210544141264
Binary1000001111110001001000010011000101011001000011001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837890; }

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

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

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

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

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

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

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

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