#897B92

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

Shades of Topaz #897B92

Tints of Topaz #897B92

Color information

#897B92 (or 0x897B92) is unknown color: approx Topaz. HEX triplet: 89, 7B and 92. RGB value is (137,123,146). Sum of RGB (Red+Green+Blue) = 137+123+146=406 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.74% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 146 - color contains mainly: blue. Hex color #897B92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897B92 is #76846D. Grayscale: #818181. Windows color (decimal): -7767150 or 9599881. OLE color: 9599881.

HSL color Cylindrical-coordinate representation of color #897B92: hue angle of 276.52º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #897B92 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB137123146-
CMYK0.060.1600.43
HSL276.52º9.54%52.75%-
HSV(B)276.52º15.75%57.25%-
XYZ22.5921.5630.17-
YUV129.81137.14133.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 33.74%
GREEN value IS 123 (48.44% from 255) = 30.30%
BLUE value IS 146 (57.42% from 255) = 35.96%
R=33.74%
G=30.30%
B=35.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1371231460.060.1600.43276.529.5452.75
Hex897B9261002B115a35
Octal2111732226200534251265
Binary100010011111011100100101101000001010111000101011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897B92; }

 p { color: rgb(137,123,146); }

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

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

 a { background-color: rgb(137,123,146); }

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

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

 span { border-color: rgb(137,123,146); }

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