Html Css Color HEX #897B95 Topaz

📋 copy color: '#897B95'

red 137 ◦ green 123 ◦ blue 149

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

Shades of Topaz #897B95

Tints of Topaz #897B95

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.07%

 BLUE value IS 149 (58.59% from 255) = 36.43%

R = 33.5%
G = 30.07%
B = 36.43%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#897B95 (or 0x897B95) is known color: Topaz. HEX triplet: 89, 7B and 95. RGB value is (137,123,149). Sum of RGB (Red+Green+Blue) = 137+123+149=409 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.50% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 149 - color contains mainly: blue. Hex color #897B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897B95 is #76846A. Grayscale: #828282. Windows color (decimal): -7767147 or 9796489. OLE color: 9796489.

HSL color Cylindrical-coordinate representation of color #897B95: hue angle of 272.31º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #897B95 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 123 149 -
CMYK 0.08 0.17 0 0.42
HSL 272.31º 0.11% 0.53% -
HSV(B) 272.31º 0.17% 0.58% -
XYZ 22.82 21.65 31.41 -
YUV 130.15 138.64 132.89 -
System Red Green Blue C M Y K H S L
Decimal 137 123 149 0.08 0.17 0 0.42 272.31 0.11 0.53
Hex 89 7B 95 8 11 0 2A 110 B 35
Octal 211 173 225 10 21 0 52 420 13 65
Binary 10001001 1111011 10010101 1000 10001 0 101010 100010000 1011 110101

Color Harmonies of #897B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897B95

Black with #897B95

Text Example


Text Example

White with #897B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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