Html Css Color HEX #897E94 Topaz

📋 copy color: '#897E94'

red 137 ◦ green 126 ◦ blue 148

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

Shades of Topaz #897E94

Tints of Topaz #897E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 36.01%

R = 33.33%
G = 30.66%
B = 36.01%

CMYK

 C value IS 0.07

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#897E94 (or 0x897E94) is known color: Topaz. HEX triplet: 89, 7E and 94. RGB value is (137,126,148). Sum of RGB (Red+Green+Blue) = 137+126+148=411 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.33% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 148 - color contains mainly: blue. Hex color #897E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897E94 is #76816B. Grayscale: #838383. Windows color (decimal): -7766380 or 9731721. OLE color: 9731721.

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

Color convert

RGB 137 126 148 -
CMYK 0.07 0.15 0 0.42
HSL 270º 0.09% 0.54% -
HSV(B) 270º 0.15% 0.58% -
XYZ 23.12 22.38 31.12 -
YUV 131.8 137.14 131.71 -
System Red Green Blue C M Y K H S L
Decimal 137 126 148 0.07 0.15 0 0.42 270 0.09 0.54
Hex 89 7E 94 7 F 0 2A 10E 9 36
Octal 211 176 224 7 17 0 52 416 11 66
Binary 10001001 1111110 10010100 111 1111 0 101010 100001110 1001 110110

Color Harmonies of #897E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897E94

Black with #897E94

Text Example


Text Example

White with #897E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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