#898293

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

Shades of Topaz #898293

Tints of Topaz #898293

Color information

#898293 (or 0x898293) is unknown color: approx Topaz. HEX triplet: 89, 82 and 93. RGB value is (137,130,147). Sum of RGB (Red+Green+Blue) = 137+130+147=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 147 - color contains mainly: blue. Hex color #898293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898293 is #767D6C. Grayscale: #858585. Windows color (decimal): -7765357 or 9667209. OLE color: 9667209.

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

Color convert

RGB137130147-
CMYK0.070.1200.42
HSL264.71º7.3%54.31%-
HSV(B)264.71º11.56%57.65%-
XYZ23.5723.3930.88-
YUV134.03135.32130.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.09%
GREEN value IS 130 (51.17% from 255) = 31.40%
BLUE value IS 147 (57.81% from 255) = 35.51%
R=33.09%
G=31.40%
B=35.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371301470.070.1200.42264.717.354.31
Hex8982937C02A109736
Octal211202223714052411766
Binary10001001100000101001001111111000101010100001001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898293; }

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

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

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

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

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

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

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

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