Html Css Color HEX #98909B Amethyst Smoke

📋 copy color: '#98909B'

red 152 ◦ green 144 ◦ blue 155

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

Shades of Amethyst Smoke #98909B

Tints of Amethyst Smoke #98909B

RGB

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

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

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

R = 33.7%
G = 31.93%
B = 34.37%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#98909B (or 0x98909B) is known color: Amethyst Smoke. HEX triplet: 98, 90 and 9B. RGB value is (152,144,155). Sum of RGB (Red+Green+Blue) = 152+144+155=451 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.70% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 155 - color contains mainly: blue. Hex color #98909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98909B is #676F64. Grayscale: #939393. Windows color (decimal): -6778725 or 10195096. OLE color: 10195096.

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

Color convert

RGB 152 144 155 -
CMYK 0.02 0.07 0 0.39
HSL 283.64º 0.05% 0.59% -
HSV(B) 283.64º 0.07% 0.61% -
XYZ 28.84 28.99 35.09 -
YUV 147.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 152 144 155 0.02 0.07 0 0.39 283.64 0.05 0.59
Hex 98 90 9B 2 7 0 27 11C 5 3B
Octal 230 220 233 2 7 0 47 434 5 73
Binary 10011000 10010000 10011011 10 111 0 100111 100011100 101 111011

Color Harmonies of #98909B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98909B

Black with #98909B

Text Example


Text Example

White with #98909B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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