#928995

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

Shades of Amethyst Smoke #928995

Tints of Amethyst Smoke #928995

Color information

#928995 (or 0x928995) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 89 and 95. RGB value is (146,137,149). Sum of RGB (Red+Green+Blue) = 146+137+149=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 149 - color contains mainly: blue. Hex color #928995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928995 is #6D766A. Grayscale: #8D8D8D. Windows color (decimal): -7173739 or 9800082. OLE color: 9800082.

HSL color Cylindrical-coordinate representation of color #928995: hue angle of 285º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #928995 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB146137149-
CMYK0.020.0800.42
HSL285º5.36%56.08%-
HSV(B)285º8.05%58.43%-
XYZ26.2226.1732.1-
YUV141.06132.48131.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.80%
GREEN value IS 137 (53.91% from 255) = 31.71%
BLUE value IS 149 (58.59% from 255) = 34.49%
R=33.80%
G=31.71%
B=34.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461371490.020.0800.422855.3656.08
Hex9289952802A11d538
Octal222211225210052435570
Binary1001001010001001100101011010000101010100011101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928995; }

 p { color: rgb(146,137,149); }

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

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

 a { background-color: rgb(146,137,149); }

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

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

 span { border-color: rgb(146,137,149); }

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