Html Css Color HEX #908992 Amethyst Smoke

📋 copy color: '#908992'

red 144 ◦ green 137 ◦ blue 146

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

Shades of Amethyst Smoke #908992

Tints of Amethyst Smoke #908992

RGB

 RED value IS 144 (56.64% from 255) = 33.72%

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

 BLUE value IS 146 (57.42% from 255) = 34.19%

R = 33.72%
G = 32.08%
B = 34.19%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#908992 (or 0x908992) is known color: Amethyst Smoke. HEX triplet: 90, 89 and 92. RGB value is (144,137,146). Sum of RGB (Red+Green+Blue) = 144+137+146=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 146 - color contains mainly: blue. Hex color #908992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908992 is #6F766D. Grayscale: #8C8C8C. Windows color (decimal): -7304814 or 9603472. OLE color: 9603472.

HSL color Cylindrical-coordinate representation of color #908992: hue angle of 286.67º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #908992 is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 144 137 146 -
CMYK 0.01 0.06 0 0.43
HSL 286.67º 0.04% 0.55% -
HSV(B) 286.67º 0.06% 0.57% -
XYZ 25.64 25.9 30.84 -
YUV 140.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 144 137 146 0.01 0.06 0 0.43 286.67 0.04 0.55
Hex 90 89 92 1 6 0 2B 11F 4 37
Octal 220 211 222 1 6 0 53 437 4 67
Binary 10010000 10001001 10010010 1 110 0 101011 100011111 100 110111

Color Harmonies of #908992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908992

Black with #908992

Text Example


Text Example

White with #908992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908992; }

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

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

background-color css

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

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

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

border-color css

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

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

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