#968E97

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

Shades of Amethyst Smoke #968E97

Tints of Amethyst Smoke #968E97

Color information

#968E97 (or 0x968E97) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 8E and 97. RGB value is (150,142,151). Sum of RGB (Red+Green+Blue) = 150+142+151=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 151 (59.38% from 255 or 34.09% from 443); Max value from RGB is 151 - color contains mainly: blue. Hex color #968E97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968E97 is #697168. Grayscale: #919191. Windows color (decimal): -6910313 or 9932438. OLE color: 9932438.

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

Color convert

RGB150142151-
CMYK0.010.0600.41
HSL293.33º4.15%57.45%-
HSV(B)293.33º5.96%59.22%-
XYZ27.8428.0633.23-
YUV145.42131.15131.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.86%
GREEN value IS 142 (55.86% from 255) = 32.05%
BLUE value IS 151 (59.38% from 255) = 34.09%
R=33.86%
G=32.05%
B=34.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501421510.010.0600.41293.334.1557.45
Hex968E9716029125439
Octal22621622716051445471
Binary10010110100011101001011111100101001100100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968E97; }

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

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

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

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

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

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

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

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