Html Css Color HEX #897897 Topaz

📋 copy color: '#897897'

red 137 ◦ green 120 ◦ blue 151

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

Shades of Topaz #897897

Tints of Topaz #897897

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.41%

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

R = 33.58%
G = 29.41%
B = 37.01%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#897897 (or 0x897897) is known color: Topaz. HEX triplet: 89, 78 and 97. RGB value is (137,120,151). Sum of RGB (Red+Green+Blue) = 137+120+151=408 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.58% from 408); Green value is 120 (47.27% from 255 or 29.41% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 151 - color contains mainly: blue. Hex color #897897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897897 is #768768. Grayscale: #808080. Windows color (decimal): -7767913 or 9926793. OLE color: 9926793.

HSL color Cylindrical-coordinate representation of color #897897: hue angle of 272.9º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #897897 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 137 120 151 -
CMYK 0.09 0.21 0 0.41
HSL 272.9º 0.13% 0.53% -
HSV(B) 272.9º 0.21% 0.59% -
XYZ 22.62 20.99 32.14 -
YUV 128.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 137 120 151 0.09 0.21 0 0.41 272.9 0.13 0.53
Hex 89 78 97 9 15 0 29 111 D 35
Octal 211 170 227 11 25 0 51 421 15 65
Binary 10001001 1111000 10010111 1001 10101 0 101001 100010001 1101 110101

Color Harmonies of #897897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897897

Black with #897897

Text Example


Text Example

White with #897897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897897; }

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

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

background-color css

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

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

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

border-color css

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

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

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