#898096

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

Shades of Topaz #898096

Tints of Topaz #898096

Color information

#898096 (or 0x898096) is unknown color: approx Topaz. HEX triplet: 89, 80 and 96. RGB value is (137,128,150). Sum of RGB (Red+Green+Blue) = 137+128+150=415 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.01% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 150 - color contains mainly: blue. Hex color #898096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898096 is #767F69. Grayscale: #858585. Windows color (decimal): -7765866 or 9863305. OLE color: 9863305.

HSL color Cylindrical-coordinate representation of color #898096: hue angle of 264.55º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #898096 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB137128150-
CMYK0.090.1500.41
HSL264.55º9.48%54.51%-
HSV(B)264.55º14.67%58.82%-
XYZ23.5422.9632.04-
YUV133.2137.48130.71-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.01%
GREEN value IS 128 (50.39% from 255) = 30.84%
BLUE value IS 150 (58.98% from 255) = 36.14%
R=33.01%
G=30.84%
B=36.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1371281500.090.1500.41264.559.4854.51
Hex8980969F029109937
Octal21120022611170514111167
Binary1000100110000000100101101001111101010011000010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898096; }

 p { color: rgb(137,128,150); }

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

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

 a { background-color: rgb(137,128,150); }

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

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

 span { border-color: rgb(137,128,150); }

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