Html Css Color HEX #928799 Amethyst Smoke

📋 copy color: '#928799'

red 146 ◦ green 135 ◦ blue 153

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

Shades of Amethyst Smoke #928799

Tints of Amethyst Smoke #928799

RGB

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

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

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

R = 33.64%
G = 31.11%
B = 35.25%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#928799 (or 0x928799) is known color: Amethyst Smoke. HEX triplet: 92, 87 and 99. RGB value is (146,135,153). Sum of RGB (Red+Green+Blue) = 146+135+153=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 153 - color contains mainly: blue. Hex color #928799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928799 is #6D7866. Grayscale: #8C8C8C. Windows color (decimal): -7174247 or 10061714. OLE color: 10061714.

HSL color Cylindrical-coordinate representation of color #928799: hue angle of 276.67º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #928799 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 146 135 153 -
CMYK 0.05 0.12 0 0.4
HSL 276.67º 0.08% 0.56% -
HSV(B) 276.67º 0.12% 0.6% -
XYZ 26.27 25.74 33.72 -
YUV 140.34 135.14 132.04 -
System Red Green Blue C M Y K H S L
Decimal 146 135 153 0.05 0.12 0 0.4 276.67 0.08 0.56
Hex 92 87 99 5 C 0 28 115 8 38
Octal 222 207 231 5 14 0 50 425 10 70
Binary 10010010 10000111 10011001 101 1100 0 101000 100010101 1000 111000

Color Harmonies of #928799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928799

Black with #928799

Text Example


Text Example

White with #928799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928799; }

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

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

background-color css

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

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

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

border-color css

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

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

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