#918692

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

Shades of Amethyst Smoke #918692

Tints of Amethyst Smoke #918692

Color information

#918692 (or 0x918692) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 86 and 92. RGB value is (145,134,146). Sum of RGB (Red+Green+Blue) = 145+134+146=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 146 (57.42% from 255 or 34.35% from 425); Max value from RGB is 146 - color contains mainly: blue. Hex color #918692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918692 is #6E796D. Grayscale: #8A8A8A. Windows color (decimal): -7240046 or 9602705. OLE color: 9602705.

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

Color convert

RGB145134146-
CMYK0.010.0800.43
HSL295º5.22%54.9%-
HSV(B)295º8.22%57.25%-
XYZ25.3925.1530.71-
YUV138.66132.14132.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.12%
GREEN value IS 134 (52.73% from 255) = 31.53%
BLUE value IS 146 (57.42% from 255) = 34.35%
R=34.12%
G=31.53%
B=34.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451341460.010.0800.432955.2254.9
Hex9186921802B127537
Octal221206222110053447567
Binary100100011000011010010010110000101011100100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918692; }

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

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

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

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

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

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

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

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