#98939B

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

Shades of Amethyst Smoke #98939B

Tints of Amethyst Smoke #98939B

Color information

#98939B (or 0x98939B) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 93 and 9B. RGB value is (152,147,155). Sum of RGB (Red+Green+Blue) = 152+147+155=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 155 (60.94% from 255 or 34.14% from 454); Max value from RGB is 155 - color contains mainly: blue. Hex color #98939B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98939B is #676C64. Grayscale: #959595. Windows color (decimal): -6777957 or 10195864. OLE color: 10195864.

HSL color Cylindrical-coordinate representation of color #98939B: hue angle of 277.5º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #98939B is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB152147155-
CMYK0.020.0500.39
HSL277.5º3.85%59.22%-
HSV(B)277.5º5.16%60.78%-
XYZ29.329.9135.24-
YUV149.41131.16129.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.48%
GREEN value IS 147 (57.81% from 255) = 32.38%
BLUE value IS 155 (60.94% from 255) = 34.14%
R=33.48%
G=32.38%
B=34.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521471550.020.0500.39277.53.8559.22
Hex98939B2502711643b
Octal23022323325047426473
Binary100110001001001110011011101010100111100010110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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