#94899C

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

Shades of Amethyst Smoke #94899C

Tints of Amethyst Smoke #94899C

Color information

#94899C (or 0x94899C) is unknown color: approx Amethyst Smoke. HEX triplet: 94, 89 and 9C. RGB value is (148,137,156). Sum of RGB (Red+Green+Blue) = 148+137+156=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 156 - color contains mainly: blue. Hex color #94899C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94899C is #6B7663. Grayscale: #8E8E8E. Windows color (decimal): -7042660 or 10258836. OLE color: 10258836.

HSL color Cylindrical-coordinate representation of color #94899C: hue angle of 274.74º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #94899C is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB148137156-
CMYK0.050.1200.39
HSL274.74º8.76%57.45%-
HSV(B)274.74º12.18%61.18%-
XYZ27.1626.5935.15-
YUV142.45135.64131.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.56%
GREEN value IS 137 (53.91% from 255) = 31.07%
BLUE value IS 156 (61.33% from 255) = 35.37%
R=33.56%
G=31.07%
B=35.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481371560.050.1200.39274.748.7657.45
Hex94899C5C027113939
Octal2242112345140474231171
Binary100101001000100110011100101110001001111000100111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94899C; }

 p { color: rgb(148,137,156); }

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

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

 a { background-color: rgb(148,137,156); }

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

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

 span { border-color: rgb(148,137,156); }

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