#928295

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

Shades of Amethyst Smoke #928295

Tints of Amethyst Smoke #928295

Color information

#928295 (or 0x928295) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 82 and 95. RGB value is (146,130,149). Sum of RGB (Red+Green+Blue) = 146+130+149=425 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.35% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 149 - color contains mainly: blue. Hex color #928295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928295 is #6D7D6A. Grayscale: #888888. Windows color (decimal): -7175531 or 9798290. OLE color: 9798290.

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

Color convert

RGB146130149-
CMYK0.020.1300.42
HSL290.53º8.23%54.71%-
HSV(B)290.53º12.75%58.43%-
XYZ25.2624.2531.78-
YUV136.95134.8134.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.35%
GREEN value IS 130 (51.17% from 255) = 30.59%
BLUE value IS 149 (58.59% from 255) = 35.06%
R=34.35%
G=30.59%
B=35.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461301490.020.1300.42290.538.2354.71
Hex9282952D02A123837
Octal2222022252150524431067
Binary10010010100000101001010110110101010101001000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928295; }

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

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

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

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

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

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

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

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