#98929B

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

Shades of Amethyst Smoke #98929B

Tints of Amethyst Smoke #98929B

Color information

#98929B (or 0x98929B) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 92 and 9B. RGB value is (152,146,155). Sum of RGB (Red+Green+Blue) = 152+146+155=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 155 (60.94% from 255 or 34.22% from 453); Max value from RGB is 155 - color contains mainly: blue. Hex color #98929B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98929B is #676D64. Grayscale: #949494. Windows color (decimal): -6778213 or 10195608. OLE color: 10195608.

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

Color convert

RGB152146155-
CMYK0.020.0600.39
HSL280º4.31%59.02%-
HSV(B)280º5.81%60.78%-
XYZ29.1429.635.19-
YUV148.82131.49130.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.55%
GREEN value IS 146 (57.42% from 255) = 32.23%
BLUE value IS 155 (60.94% from 255) = 34.22%
R=33.55%
G=32.23%
B=34.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1521461550.020.0600.392804.3159.02
Hex98929B2602711843b
Octal23022223326047430473
Binary100110001001001010011011101100100111100011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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