#98829D

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

Shades of Amethyst Smoke #98829D

Tints of Amethyst Smoke #98829D

Color information

#98829D (or 0x98829D) is unknown color: approx Amethyst Smoke. HEX triplet: 98, 82 and 9D. RGB value is (152,130,157). Sum of RGB (Red+Green+Blue) = 152+130+157=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 130 (51.17% from 255 or 29.61% from 439); Blue value is 157 (61.72% from 255 or 35.76% from 439); Max value from RGB is 157 - color contains mainly: blue. Hex color #98829D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98829D is #677D62. Grayscale: #8B8B8B. Windows color (decimal): -6782307 or 10322584. OLE color: 10322584.

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

Color convert

RGB152130157-
CMYK0.030.1700.38
HSL288.89º12.11%56.27%-
HSV(B)288.89º17.2%61.57%-
XYZ27.0225.0735.31-
YUV139.66137.79136.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 34.62%
GREEN value IS 130 (51.17% from 255) = 29.61%
BLUE value IS 157 (61.72% from 255) = 35.76%
R=34.62%
G=29.61%
B=35.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1521301570.030.1700.38288.8912.1156.27
Hex98829D311026121c38
Octal2302022353210464411470
Binary100110001000001010011101111000101001101001000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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