Html Css Color HEX #98929D Amethyst Smoke

📋 copy color: '#98929D'

red 152 ◦ green 146 ◦ blue 157

#98929D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #98929D

Tints of Amethyst Smoke #98929D

RGB

 RED value IS 152 (59.77% from 255) = 33.41%

 GREEN value IS 146 (57.42% from 255) = 32.09%

 BLUE value IS 157 (61.72% from 255) = 34.51%

R = 33.41%
G = 32.09%
B = 34.51%

CMYK

 C value IS 0.03

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#98929D (or 0x98929D) is known color: Amethyst Smoke. HEX triplet: 98, 92 and 9D. RGB value is (152,146,157). Sum of RGB (Red+Green+Blue) = 152+146+157=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 157 - color contains mainly: blue. Hex color #98929D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98929D is #676D62. Grayscale: #959595. Windows color (decimal): -6778211 or 10326680. OLE color: 10326680.

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

Color convert

RGB 152 146 157 -
CMYK 0.03 0.07 0 0.38
HSL 272.73º 0.05% 0.59% -
HSV(B) 272.73º 0.07% 0.62% -
XYZ 29.31 29.67 36.08 -
YUV 149.05 132.49 130.11 -
System Red Green Blue C M Y K H S L
Decimal 152 146 157 0.03 0.07 0 0.38 272.73 0.05 0.59
Hex 98 92 9D 3 7 0 26 111 5 3B
Octal 230 222 235 3 7 0 46 421 5 73
Binary 10011000 10010010 10011101 11 111 0 100110 100010001 101 111011

Color Harmonies of #98929D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98929D

Black with #98929D

Text Example


Text Example

White with #98929D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98929D;
 }
 .AnyTagClassName
 {
   color: #98929D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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