#98909B

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

Shades of Amethyst Smoke #98909B

Tints of Amethyst Smoke #98909B

Color information

#98909B (or 0x98909B) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 90 and 9B. RGB value is (152,144,155). Sum of RGB (Red+Green+Blue) = 152+144+155=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 155 - color contains mainly: blue. Hex color #98909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98909B is #676F64. Grayscale: #939393. Windows color (decimal): -6778725 or 10195096. OLE color: 10195096.

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

Color convert

RGB152144155-
CMYK0.020.0700.39
HSL283.64º5.21%58.63%-
HSV(B)283.64º7.1%60.78%-
XYZ28.8428.9935.09-
YUV147.65132.15131.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.70%
GREEN value IS 144 (56.64% from 255) = 31.93%
BLUE value IS 155 (60.94% from 255) = 34.37%
R=33.70%
G=31.93%
B=34.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521441550.020.0700.39283.645.2158.63
Hex98909B2702711c53b
Octal23022023327047434573
Binary100110001001000010011011101110100111100011100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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