#97889B

Color #97889B Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #97889B

Tints of Amethyst Smoke #97889B

Color information

#97889B (or 0x97889B) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 88 and 9B. RGB value is (151,136,155). Sum of RGB (Red+Green+Blue) = 151+136+155=442 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.16% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 155 - color contains mainly: blue. Hex color #97889B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97889B is #687764. Grayscale: #8E8E8E. Windows color (decimal): -6846309 or 10193047. OLE color: 10193047.

HSL color Cylindrical-coordinate representation of color #97889B: hue angle of 287.37º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #97889B is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB151136155-
CMYK0.030.1200.39
HSL287.37º8.68%57.06%-
HSV(B)287.37º12.26%60.78%-
XYZ27.4826.5534.69-
YUV142.65134.97133.96-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.16%
GREEN value IS 136 (53.52% from 255) = 30.77%
BLUE value IS 155 (60.94% from 255) = 35.07%
R=34.16%
G=30.77%
B=35.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511361550.030.1200.39287.378.6857.06
Hex97889B3C02711f939
Octal2272102333140474371171
Binary10010111100010001001101111110001001111000111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97889B; }

 p { color: rgb(151,136,155); }

 H1.HeaderClassName
 {
   color: #97889B;
 }
 .AnyTagClassName
 {
   color: #97889B;
 }
</style>
background-color css

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

 a { background-color: rgb(151,136,155); }

 div.DivClassName
 {
   background-color: #97889B;
 }
 .BgClassName
 {
   background-color: #97889B;
 }
</style>
border-color css

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

 span { border-color: rgb(151,136,155); }

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