Html Css Color HEX #897E97 Topaz

📋 copy color: '#897E97'

red 137 ◦ green 126 ◦ blue 151

#897E97
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Topaz #897E97

Tints of Topaz #897E97

RGB

 RED value IS 137 (53.91% from 255) = 33.09%

 GREEN value IS 126 (49.61% from 255) = 30.43%

 BLUE value IS 151 (59.38% from 255) = 36.47%

R = 33.09%
G = 30.43%
B = 36.47%

CMYK

 C value IS 0.09

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#897E97 (or 0x897E97) is known color: Topaz. HEX triplet: 89, 7E and 97. RGB value is (137,126,151). Sum of RGB (Red+Green+Blue) = 137+126+151=414 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.09% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 151 (59.38% from 255 or 36.47% from 414); Max value from RGB is 151 - color contains mainly: blue. Hex color #897E97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897E97 is #768168. Grayscale: #848484. Windows color (decimal): -7766377 or 9928329. OLE color: 9928329.

HSL color Cylindrical-coordinate representation of color #897E97: hue angle of 266.4º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #897E97 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 126 151 -
CMYK 0.09 0.17 0 0.41
HSL 266.4º 0.11% 0.54% -
HSV(B) 266.4º 0.17% 0.59% -
XYZ 23.36 22.47 32.38 -
YUV 132.14 138.64 131.47 -
System Red Green Blue C M Y K H S L
Decimal 137 126 151 0.09 0.17 0 0.41 266.4 0.11 0.54
Hex 89 7E 97 9 11 0 29 10A B 36
Octal 211 176 227 11 21 0 51 412 13 66
Binary 10001001 1111110 10010111 1001 10001 0 101001 100001010 1011 110110

Color Harmonies of #897E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897E97

Black with #897E97

Text Example


Text Example

White with #897E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,126,151); }

 H1.HeaderClassName
 {
   color: #897E97;
 }
 .AnyTagClassName
 {
   color: #897E97;
 }
</style>

background-color css

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

 a { background-color: rgb(137,126,151); }

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

border-color css

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

 span { border-color: rgb(137,126,151); }

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