#898093

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

Shades of Topaz #898093

Tints of Topaz #898093

Color information

#898093 (or 0x898093) is unknown color: approx Topaz. HEX triplet: 89, 80 and 93. RGB value is (137,128,147). Sum of RGB (Red+Green+Blue) = 137+128+147=412 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.25% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 147 - color contains mainly: blue. Hex color #898093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898093 is #767F6C. Grayscale: #848484. Windows color (decimal): -7765869 or 9666697. OLE color: 9666697.

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

Color convert

RGB137128147-
CMYK0.070.1300.42
HSL268.42º8.09%53.92%-
HSV(B)268.42º12.93%57.65%-
XYZ23.322.8630.79-
YUV132.86135.98130.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.25%
GREEN value IS 128 (50.39% from 255) = 31.07%
BLUE value IS 147 (57.81% from 255) = 35.68%
R=33.25%
G=31.07%
B=35.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1371281470.070.1300.42268.428.0953.92
Hex8980937D02A10c836
Octal2112002237150524141066
Binary100010011000000010010011111110101010101000011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898093; }

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

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

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

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

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

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

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

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