Html Css Color HEX #989399 Amethyst Smoke

📋 copy color: '#989399'

red 152 ◦ green 147 ◦ blue 153

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

Shades of Amethyst Smoke #989399

Tints of Amethyst Smoke #989399

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.52%

 BLUE value IS 153 (60.16% from 255) = 33.85%

R = 33.63%
G = 32.52%
B = 33.85%

CMYK

 C value IS 0.01

 M value IS 0.04

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#989399 (or 0x989399) is known color: Amethyst Smoke. HEX triplet: 98, 93 and 99. RGB value is (152,147,153). Sum of RGB (Red+Green+Blue) = 152+147+153=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 153 - color contains mainly: blue. Hex color #989399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989399 is #676C66. Grayscale: #959595. Windows color (decimal): -6777959 or 10064792. OLE color: 10064792.

HSL color Cylindrical-coordinate representation of color #989399: hue angle of 290º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #989399 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 152 147 153 -
CMYK 0.01 0.04 0 0.4
HSL 290º 0.03% 0.59% -
HSV(B) 290º 0.04% 0.6% -
XYZ 29.13 29.84 34.36 -
YUV 149.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 152 147 153 0.01 0.04 0 0.4 290 0.03 0.59
Hex 98 93 99 1 4 0 28 122 3 3B
Octal 230 223 231 1 4 0 50 442 3 73
Binary 10011000 10010011 10011001 1 100 0 101000 100100010 11 111011

Color Harmonies of #989399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989399

Black with #989399

Text Example


Text Example

White with #989399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989399; }

 p { color: rgb(152,147,153); }

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

background-color css

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

 a { background-color: rgb(152,147,153); }

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

border-color css

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

 span { border-color: rgb(152,147,153); }

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