#918892

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

Shades of Amethyst Smoke #918892

Tints of Amethyst Smoke #918892

Color information

#918892 (or 0x918892) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 88 and 92. RGB value is (145,136,146). Sum of RGB (Red+Green+Blue) = 145+136+146=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 136 (53.52% from 255 or 31.85% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 146 - color contains mainly: blue. Hex color #918892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918892 is #6E776D. Grayscale: #8B8B8B. Windows color (decimal): -7239534 or 9603217. OLE color: 9603217.

HSL color Cylindrical-coordinate representation of color #918892: hue angle of 294º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #918892 is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB145136146-
CMYK0.010.0700.43
HSL294º4.39%55.29%-
HSV(B)294º6.85%57.25%-
XYZ25.6725.730.8-
YUV139.83131.48131.69-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.96%
GREEN value IS 136 (53.52% from 255) = 31.85%
BLUE value IS 146 (57.42% from 255) = 34.19%
R=33.96%
G=31.85%
B=34.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451361460.010.0700.432944.3955.29
Hex9188921702B126437
Octal22121022217053446467
Binary10010001100010001001001011110101011100100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918892; }

 p { color: rgb(145,136,146); }

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

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

 a { background-color: rgb(145,136,146); }

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

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

 span { border-color: rgb(145,136,146); }

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