#898094

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

Shades of Topaz #898094

Tints of Topaz #898094

Color information

#898094 (or 0x898094) is unknown color: approx Topaz. HEX triplet: 89, 80 and 94. RGB value is (137,128,148). Sum of RGB (Red+Green+Blue) = 137+128+148=413 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.17% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 148 - color contains mainly: blue. Hex color #898094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898094 is #767F6B. Grayscale: #848484. Windows color (decimal): -7765868 or 9732233. OLE color: 9732233.

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

Color convert

RGB137128148-
CMYK0.070.1400.42
HSL267º8.55%54.12%-
HSV(B)267º13.51%58.04%-
XYZ23.3822.8931.2-
YUV132.97136.48130.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.17%
GREEN value IS 128 (50.39% from 255) = 30.99%
BLUE value IS 148 (58.20% from 255) = 35.84%
R=33.17%
G=30.99%
B=35.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371281480.070.1400.422678.5554.12
Hex8980947E02A10b936
Octal2112002247160524131166
Binary100010011000000010010100111111001010101000010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898094; }

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

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

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

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

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

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

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

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