#98939D

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

Shades of Amethyst Smoke #98939D

Tints of Amethyst Smoke #98939D

Color information

#98939D (or 0x98939D) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 93 and 9D. RGB value is (152,147,157). Sum of RGB (Red+Green+Blue) = 152+147+157=456 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.33% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 157 - color contains mainly: blue. Hex color #98939D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98939D is #676C62. Grayscale: #959595. Windows color (decimal): -6777955 or 10326936. OLE color: 10326936.

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

Color convert

RGB152147157-
CMYK0.030.0600.38
HSL270º4.85%59.61%-
HSV(B)270º6.37%61.57%-
XYZ29.4729.9836.13-
YUV149.64132.16129.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.33%
GREEN value IS 147 (57.81% from 255) = 32.24%
BLUE value IS 157 (61.72% from 255) = 34.43%
R=33.33%
G=32.24%
B=34.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521471570.030.0600.382704.8559.61
Hex98939D3602610e53c
Octal23022323536046416574
Binary100110001001001110011101111100100110100001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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