#898295

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

Shades of Topaz #898295

Tints of Topaz #898295

Color information

#898295 (or 0x898295) is unknown color: approx Topaz. HEX triplet: 89, 82 and 95. RGB value is (137,130,149). Sum of RGB (Red+Green+Blue) = 137+130+149=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 149 (58.59% from 255 or 35.82% from 416); Max value from RGB is 149 - color contains mainly: blue. Hex color #898295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898295 is #767D6A. Grayscale: #868686. Windows color (decimal): -7765355 or 9798281. OLE color: 9798281.

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

Color convert

RGB137130149-
CMYK0.080.1300.42
HSL262.11º8.23%54.71%-
HSV(B)262.11º12.75%58.43%-
XYZ23.7223.4531.71-
YUV134.26136.32129.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.93%
GREEN value IS 130 (51.17% from 255) = 31.25%
BLUE value IS 149 (58.59% from 255) = 35.82%
R=32.93%
G=31.25%
B=35.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371301490.080.1300.42262.118.2354.71
Hex8982958D02A106837
Octal21120222510150524061067
Binary1000100110000010100101011000110101010101000001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898295; }

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

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

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

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

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

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

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

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