Html Css Color HEX #918998 Amethyst Smoke

📋 copy color: '#918998'

red 145 ◦ green 137 ◦ blue 152

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

Shades of Amethyst Smoke #918998

Tints of Amethyst Smoke #918998

RGB

 RED value IS 145 (57.03% from 255) = 33.41%

 GREEN value IS 137 (53.91% from 255) = 31.57%

 BLUE value IS 152 (59.77% from 255) = 35.02%

R = 33.41%
G = 31.57%
B = 35.02%

CMYK

 C value IS 0.05

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#918998 (or 0x918998) is known color: Amethyst Smoke. HEX triplet: 91, 89 and 98. RGB value is (145,137,152). Sum of RGB (Red+Green+Blue) = 145+137+152=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 152 - color contains mainly: blue. Hex color #918998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918998 is #6E7667. Grayscale: #8D8D8D. Windows color (decimal): -7239272 or 9996689. OLE color: 9996689.

HSL color Cylindrical-coordinate representation of color #918998: hue angle of 272º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #918998 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 145 137 152 -
CMYK 0.05 0.10 0 0.40
HSL 272º 0.07% 0.57% -
HSV(B) 272º 0.1% 0.6% -
XYZ 26.29 26.18 33.37 -
YUV 141.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 145 137 152 0.05 0.10 0 0.40 272 0.07 0.57
Hex 91 89 98 5 A 0 28 110 7 39
Octal 221 211 230 5 12 0 50 420 7 71
Binary 10010001 10001001 10011000 101 1010 0 101000 100010000 111 111001

Color Harmonies of #918998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918998

Black with #918998

Text Example


Text Example

White with #918998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918998; }

 p { color: rgb(145,137,152); }

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

background-color css

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

 a { background-color: rgb(145,137,152); }

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

border-color css

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

 span { border-color: rgb(145,137,152); }

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