Html Css Color HEX #98909C Amethyst Smoke

📋 copy color: '#98909C'

red 152 ◦ green 144 ◦ blue 156

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

Shades of Amethyst Smoke #98909C

Tints of Amethyst Smoke #98909C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.86%

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

R = 33.63%
G = 31.86%
B = 34.51%

CMYK

 C value IS 0.03

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#98909C (or 0x98909C) is known color: Amethyst Smoke. HEX triplet: 98, 90 and 9C. RGB value is (152,144,156). Sum of RGB (Red+Green+Blue) = 152+144+156=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 156 - color contains mainly: blue. Hex color #98909C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98909C is #676F63. Grayscale: #939393. Windows color (decimal): -6778724 or 10260632. OLE color: 10260632.

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

Color convert

RGB 152 144 156 -
CMYK 0.03 0.08 0 0.39
HSL 280º 0.06% 0.59% -
HSV(B) 280º 0.08% 0.61% -
XYZ 28.92 29.02 35.53 -
YUV 147.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 152 144 156 0.03 0.08 0 0.39 280 0.06 0.59
Hex 98 90 9C 3 8 0 27 118 6 3B
Octal 230 220 234 3 10 0 47 430 6 73
Binary 10011000 10010000 10011100 11 1000 0 100111 100011000 110 111011

Color Harmonies of #98909C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98909C

Black with #98909C

Text Example


Text Example

White with #98909C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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