#98929D

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

Shades of Amethyst Smoke #98929D

Tints of Amethyst Smoke #98929D

Color information

#98929D (or 0x98929D) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 92 and 9D. RGB value is (152,146,157). Sum of RGB (Red+Green+Blue) = 152+146+157=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 157 - color contains mainly: blue. Hex color #98929D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98929D is #676D62. Grayscale: #959595. Windows color (decimal): -6778211 or 10326680. OLE color: 10326680.

HSL color Cylindrical-coordinate representation of color #98929D: hue angle of 272.73º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #98929D is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB152146157-
CMYK0.030.0700.38
HSL272.73º5.31%59.41%-
HSV(B)272.73º7.01%61.57%-
XYZ29.3129.6736.08-
YUV149.05132.49130.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.41%
GREEN value IS 146 (57.42% from 255) = 32.09%
BLUE value IS 157 (61.72% from 255) = 34.51%
R=33.41%
G=32.09%
B=34.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521461570.030.0700.38272.735.3159.41
Hex98929D3702611153b
Octal23022223537046421573
Binary100110001001001010011101111110100110100010001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98929D; }

 p { color: rgb(152,146,157); }

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

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

 a { background-color: rgb(152,146,157); }

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

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

 span { border-color: rgb(152,146,157); }

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