#948796

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

Shades of Amethyst Smoke #948796

Tints of Amethyst Smoke #948796

Color information

#948796 (or 0x948796) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 87 and 96. RGB value is (148,135,150). Sum of RGB (Red+Green+Blue) = 148+135+150=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 150 (58.98% from 255 or 34.64% from 433); Max value from RGB is 150 - color contains mainly: blue. Hex color #948796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948796 is #6B7869. Grayscale: #8C8C8C. Windows color (decimal): -7043178 or 9865108. OLE color: 9865108.

HSL color Cylindrical-coordinate representation of color #948796: hue angle of 292º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #948796 is Cyan = 0.01, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB148135150-
CMYK0.010.100.41
HSL292º6.67%55.88%-
HSV(B)292º10%58.82%-
XYZ26.3825.8332.45-
YUV140.6133.31133.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.18%
GREEN value IS 135 (53.12% from 255) = 31.18%
BLUE value IS 150 (58.98% from 255) = 34.64%
R=34.18%
G=31.18%
B=34.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1481351500.010.100.412926.6755.88
Hex9487961A029124738
Octal224207226112051444770
Binary100101001000011110010110110100101001100100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948796; }

 p { color: rgb(148,135,150); }

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

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

 a { background-color: rgb(148,135,150); }

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

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

 span { border-color: rgb(148,135,150); }

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