#898395

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

Shades of Topaz #898395

Tints of Topaz #898395

Color information

#898395 (or 0x898395) is unknown color: approx Topaz. HEX triplet: 89, 83 and 95. RGB value is (137,131,149). Sum of RGB (Red+Green+Blue) = 137+131+149=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 149 - color contains mainly: blue. Hex color #898395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898395 is #767C6A. Grayscale: #868686. Windows color (decimal): -7765099 or 9798537. OLE color: 9798537.

HSL color Cylindrical-coordinate representation of color #898395: hue angle of 260º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #898395 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB137131149-
CMYK0.080.1200.42
HSL260º7.83%54.9%-
HSV(B)260º12.08%58.43%-
XYZ23.8623.7231.75-
YUV134.85135.99129.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.85%
GREEN value IS 131 (51.56% from 255) = 31.41%
BLUE value IS 149 (58.59% from 255) = 35.73%
R=32.85%
G=31.41%
B=35.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371311490.080.1200.422607.8354.9
Hex8983958C02A104837
Octal21120322510140524041067
Binary1000100110000011100101011000110001010101000001001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898395; }

 p { color: rgb(137,131,149); }

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

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

 a { background-color: rgb(137,131,149); }

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

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

 span { border-color: rgb(137,131,149); }

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