#98949A

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

Shades of Amethyst Smoke #98949A

Tints of Amethyst Smoke #98949A

Color information

#98949A (or 0x98949A) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 94 and 9A. RGB value is (152,148,154). Sum of RGB (Red+Green+Blue) = 152+148+154=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 154 - color contains mainly: blue. Hex color #98949A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98949A is #676B65. Grayscale: #959595. Windows color (decimal): -6777702 or 10130584. OLE color: 10130584.

HSL color Cylindrical-coordinate representation of color #98949A: hue angle of 280º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #98949A is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB152148154-
CMYK0.010.0400.40
HSL280º2.88%59.22%-
HSV(B)280º3.9%60.39%-
XYZ29.3730.1934.85-
YUV149.88130.33129.51-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.48%
GREEN value IS 148 (58.20% from 255) = 32.60%
BLUE value IS 154 (60.55% from 255) = 33.92%
R=33.48%
G=32.60%
B=33.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521481540.010.0400.402802.8859.22
Hex98949A1402811833b
Octal23022423214050430373
Binary1001100010010100100110101100010100010001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98949A; }

 p { color: rgb(152,148,154); }

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

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

 a { background-color: rgb(152,148,154); }

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

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

 span { border-color: rgb(152,148,154); }

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