Html Css Color HEX #98949B Amethyst Smoke

📋 copy color: '#98949B'

red 152 ◦ green 148 ◦ blue 155

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

Shades of Amethyst Smoke #98949B

Tints of Amethyst Smoke #98949B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.53%

 BLUE value IS 155 (60.94% from 255) = 34.07%

R = 33.41%
G = 32.53%
B = 34.07%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#98949B (or 0x98949B) is known color: Amethyst Smoke. HEX triplet: 98, 94 and 9B. RGB value is (152,148,155). Sum of RGB (Red+Green+Blue) = 152+148+155=455 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.41% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 155 - color contains mainly: blue. Hex color #98949B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98949B is #676B64. Grayscale: #959595. Windows color (decimal): -6777701 or 10196120. OLE color: 10196120.

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

Color convert

RGB 152 148 155 -
CMYK 0.02 0.05 0 0.39
HSL 274.29º 0.03% 0.59% -
HSV(B) 274.29º 0.05% 0.61% -
XYZ 29.46 30.22 35.29 -
YUV 149.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 152 148 155 0.02 0.05 0 0.39 274.29 0.03 0.59
Hex 98 94 9B 2 5 0 27 112 3 3B
Octal 230 224 233 2 5 0 47 422 3 73
Binary 10011000 10010100 10011011 10 101 0 100111 100010010 11 111011

Color Harmonies of #98949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98949B

Black with #98949B

Text Example


Text Example

White with #98949B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98949B;
 }
 .AnyTagClassName
 {
   color: #98949B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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