#918995

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

Shades of Amethyst Smoke #918995

Tints of Amethyst Smoke #918995

Color information

#918995 (or 0x918995) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 89 and 95. RGB value is (145,137,149). Sum of RGB (Red+Green+Blue) = 145+137+149=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 149 - color contains mainly: blue. Hex color #918995 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918995 is #6E766A. Grayscale: #8C8C8C. Windows color (decimal): -7239275 or 9800081. OLE color: 9800081.

HSL color Cylindrical-coordinate representation of color #918995: hue angle of 280º 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 #918995 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB145137149-
CMYK0.030.0800.42
HSL280º5.36%56.08%-
HSV(B)280º8.05%58.43%-
XYZ26.0526.0832.1-
YUV140.76132.65131.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.64%
GREEN value IS 137 (53.91% from 255) = 31.79%
BLUE value IS 149 (58.59% from 255) = 34.57%
R=33.64%
G=31.79%
B=34.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451371490.030.0800.422805.3656.08
Hex9189953802A118538
Octal221211225310052430570
Binary1001000110001001100101011110000101010100011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918995; }

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

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

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

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

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

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

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

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