Html Css Color HEX #928796 Amethyst Smoke

📋 copy color: '#928796'

red 146 ◦ green 135 ◦ blue 150

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

Shades of Amethyst Smoke #928796

Tints of Amethyst Smoke #928796

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.32%

 BLUE value IS 150 (58.98% from 255) = 34.8%

R = 33.87%
G = 31.32%
B = 34.8%

CMYK

 C value IS 0.03

 M value IS 0.1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#928796 (or 0x928796) is known color: Amethyst Smoke. HEX triplet: 92, 87 and 96. RGB value is (146,135,150). Sum of RGB (Red+Green+Blue) = 146+135+150=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 150 - color contains mainly: blue. Hex color #928796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928796 is #6D7869. Grayscale: #8B8B8B. Windows color (decimal): -7174250 or 9865106. OLE color: 9865106.

HSL color Cylindrical-coordinate representation of color #928796: hue angle of 284º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #928796 is Cyan = 0.03, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 146 135 150 -
CMYK 0.03 0.1 0 0.41
HSL 284º 0.07% 0.56% -
HSV(B) 284º 0.1% 0.59% -
XYZ 26.02 25.64 32.43 -
YUV 140 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 146 135 150 0.03 0.1 0 0.41 284 0.07 0.56
Hex 92 87 96 3 A 0 29 11C 7 38
Octal 222 207 226 3 12 0 51 434 7 70
Binary 10010010 10000111 10010110 11 1010 0 101001 100011100 111 111000

Color Harmonies of #928796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928796

Black with #928796

Text Example


Text Example

White with #928796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928796; }

 p { color: rgb(146,135,150); }

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

background-color css

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

 a { background-color: rgb(146,135,150); }

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

border-color css

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

 span { border-color: rgb(146,135,150); }

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