#918292

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

Shades of Amethyst Smoke #918292

Tints of Amethyst Smoke #918292

Color information

#918292 (or 0x918292) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 82 and 92. RGB value is (145,130,146). Sum of RGB (Red+Green+Blue) = 145+130+146=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 146 - color contains mainly: blue. Hex color #918292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918292 is #6E7D6D. Grayscale: #888888. Windows color (decimal): -7241070 or 9601681. OLE color: 9601681.

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

Color convert

RGB145130146-
CMYK0.010.1100.43
HSL296.25º6.84%54.12%-
HSV(B)296.25º10.96%57.25%-
XYZ24.8524.0630.53-
YUV136.31133.47134.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.44%
GREEN value IS 130 (51.17% from 255) = 30.88%
BLUE value IS 146 (57.42% from 255) = 34.68%
R=34.44%
G=30.88%
B=34.68%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451301460.010.1100.43296.256.8454.12
Hex9182921B02B128736
Octal221202222113053450766
Binary100100011000001010010010110110101011100101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918292; }

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

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

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

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

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

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

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

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