Html Css Color HEX #897A90 Amethyst Smoke

📋 copy color: '#897A90'

red 137 ◦ green 122 ◦ blue 144

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

Shades of Amethyst Smoke #897A90

Tints of Amethyst Smoke #897A90

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.27%

 BLUE value IS 144 (56.64% from 255) = 35.73%

R = 34%
G = 30.27%
B = 35.73%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#897A90 (or 0x897A90) is known color: Amethyst Smoke. HEX triplet: 89, 7A and 90. RGB value is (137,122,144). Sum of RGB (Red+Green+Blue) = 137+122+144=403 (53% of max value = 765). Red value is 137 (53.91% from 255 or 34.00% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 144 - color contains mainly: blue. Hex color #897A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897A90 is #76856F. Grayscale: #808080. Windows color (decimal): -7767408 or 9468553. OLE color: 9468553.

HSL color Cylindrical-coordinate representation of color #897A90: hue angle of 280.91º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #897A90 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 137 122 144 -
CMYK 0.05 0.15 0 0.44
HSL 280.91º 0.09% 0.52% -
HSV(B) 280.91º 0.15% 0.56% -
XYZ 22.31 21.25 29.31 -
YUV 128.99 136.47 133.71 -
System Red Green Blue C M Y K H S L
Decimal 137 122 144 0.05 0.15 0 0.44 280.91 0.09 0.52
Hex 89 7A 90 5 F 0 2C 119 9 34
Octal 211 172 220 5 17 0 54 431 11 64
Binary 10001001 1111010 10010000 101 1111 0 101100 100011001 1001 110100

Color Harmonies of #897A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897A90

Black with #897A90

Text Example


Text Example

White with #897A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,122,144); }

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

background-color css

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

 a { background-color: rgb(137,122,144); }

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

border-color css

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

 span { border-color: rgb(137,122,144); }

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