Html Css Color HEX #928998 Amethyst Smoke

📋 copy color: '#928998'

red 146 ◦ green 137 ◦ blue 152

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

Shades of Amethyst Smoke #928998

Tints of Amethyst Smoke #928998

RGB

 RED value IS 146 (57.42% from 255) = 33.56%

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

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

R = 33.56%
G = 31.49%
B = 34.94%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#928998 (or 0x928998) is known color: Amethyst Smoke. HEX triplet: 92, 89 and 98. RGB value is (146,137,152). Sum of RGB (Red+Green+Blue) = 146+137+152=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 152 (59.77% from 255 or 34.94% from 435); Max value from RGB is 152 - color contains mainly: blue. Hex color #928998 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928998 is #6D7667. Grayscale: #8D8D8D. Windows color (decimal): -7173736 or 9996690. OLE color: 9996690.

HSL color Cylindrical-coordinate representation of color #928998: hue angle of 276º 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 #928998 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 146 137 152 -
CMYK 0.04 0.10 0 0.40
HSL 276º 0.07% 0.57% -
HSV(B) 276º 0.1% 0.6% -
XYZ 26.47 26.27 33.38 -
YUV 141.4 133.98 131.28 -
System Red Green Blue C M Y K H S L
Decimal 146 137 152 0.04 0.10 0 0.40 276 0.07 0.57
Hex 92 89 98 4 A 0 28 114 7 39
Octal 222 211 230 4 12 0 50 424 7 71
Binary 10010010 10001001 10011000 100 1010 0 101000 100010100 111 111001

Color Harmonies of #928998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928998

Black with #928998

Text Example


Text Example

White with #928998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928998; }

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

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

background-color css

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

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

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

border-color css

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

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

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