Html Css Color HEX #98929C Amethyst Smoke

📋 copy color: '#98929C'

red 152 ◦ green 146 ◦ blue 156

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

Shades of Amethyst Smoke #98929C

Tints of Amethyst Smoke #98929C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.36%

R = 33.48%
G = 32.16%
B = 34.36%

CMYK

 C value IS 0.03

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#98929C (or 0x98929C) is known color: Amethyst Smoke. HEX triplet: 98, 92 and 9C. RGB value is (152,146,156). Sum of RGB (Red+Green+Blue) = 152+146+156=454 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.48% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 156 - color contains mainly: blue. Hex color #98929C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98929C is #676D63. Grayscale: #949494. Windows color (decimal): -6778212 or 10261144. OLE color: 10261144.

HSL color Cylindrical-coordinate representation of color #98929C: hue angle of 276º degrees, saturation: 0.05, 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 #98929C is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 152 146 156 -
CMYK 0.03 0.06 0 0.39
HSL 276º 0.05% 0.59% -
HSV(B) 276º 0.06% 0.61% -
XYZ 29.23 29.63 35.63 -
YUV 148.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 152 146 156 0.03 0.06 0 0.39 276 0.05 0.59
Hex 98 92 9C 3 6 0 27 114 5 3B
Octal 230 222 234 3 6 0 47 424 5 73
Binary 10011000 10010010 10011100 11 110 0 100111 100010100 101 111011

Color Harmonies of #98929C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98929C

Black with #98929C

Text Example


Text Example

White with #98929C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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