#968997

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

Shades of Amethyst Smoke #968997

Tints of Amethyst Smoke #968997

Color information

#968997 (or 0x968997) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 89 and 97. RGB value is (150,137,151). Sum of RGB (Red+Green+Blue) = 150+137+151=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 137 (53.91% from 255 or 31.28% from 438); Blue value is 151 (59.38% from 255 or 34.47% from 438); Max value from RGB is 151 - color contains mainly: blue. Hex color #968997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968997 is #697668. Grayscale: #8E8E8E. Windows color (decimal): -6911593 or 9931158. OLE color: 9931158.

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

Color convert

RGB150137151-
CMYK0.010.0900.41
HSL295.71º6.31%56.47%-
HSV(B)295.71º9.27%59.22%-
XYZ27.1126.6132.99-
YUV142.48132.81133.36-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.25%
GREEN value IS 137 (53.91% from 255) = 31.28%
BLUE value IS 151 (59.38% from 255) = 34.47%
R=34.25%
G=31.28%
B=34.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501371510.010.0900.41295.716.3156.47
Hex96899719029128638
Octal226211227111051450670
Binary100101101000100110010111110010101001100101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968997; }

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

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

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

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

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

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

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

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