#898494

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

Shades of Topaz #898494

Tints of Topaz #898494

Color information

#898494 (or 0x898494) is unknown color: approx Topaz. HEX triplet: 89, 84 and 94. RGB value is (137,132,148). Sum of RGB (Red+Green+Blue) = 137+132+148=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 148 - color contains mainly: blue. Hex color #898494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898494 is #767B6B. Grayscale: #878787. Windows color (decimal): -7764844 or 9733257. OLE color: 9733257.

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

Color convert

RGB137132148-
CMYK0.070.1100.42
HSL258.75º6.96%54.9%-
HSV(B)258.75º10.81%58.04%-
XYZ23.9123.9631.38-
YUV135.32135.16129.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 32.85%
GREEN value IS 132 (51.95% from 255) = 31.65%
BLUE value IS 148 (58.20% from 255) = 35.49%
R=32.85%
G=31.65%
B=35.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371321480.070.1100.42258.756.9654.9
Hex8984947B02A103737
Octal211204224713052403767
Binary10001001100001001001010011110110101010100000011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898494; }

 p { color: rgb(137,132,148); }

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

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

 a { background-color: rgb(137,132,148); }

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

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

 span { border-color: rgb(137,132,148); }

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