Html Css Color HEX #928795 Amethyst Smoke

📋 copy color: '#928795'

red 146 ◦ green 135 ◦ blue 149

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

Shades of Amethyst Smoke #928795

Tints of Amethyst Smoke #928795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.65%

R = 33.95%
G = 31.4%
B = 34.65%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#928795 (or 0x928795) is known color: Amethyst Smoke. HEX triplet: 92, 87 and 95. RGB value is (146,135,149). Sum of RGB (Red+Green+Blue) = 146+135+149=430 (56% of max value = 765). Red value is 146 (57.42% from 255 or 33.95% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 149 - color contains mainly: blue. Hex color #928795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928795 is #6D786A. Grayscale: #8B8B8B. Windows color (decimal): -7174251 or 9799570. OLE color: 9799570.

HSL color Cylindrical-coordinate representation of color #928795: hue angle of 287.14º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #928795 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 146 135 149 -
CMYK 0.02 0.09 0 0.42
HSL 287.14º 0.06% 0.56% -
HSV(B) 287.14º 0.09% 0.58% -
XYZ 25.94 25.61 32.01 -
YUV 139.89 133.14 132.36 -
System Red Green Blue C M Y K H S L
Decimal 146 135 149 0.02 0.09 0 0.42 287.14 0.06 0.56
Hex 92 87 95 2 9 0 2A 11F 6 38
Octal 222 207 225 2 11 0 52 437 6 70
Binary 10010010 10000111 10010101 10 1001 0 101010 100011111 110 111000

Color Harmonies of #928795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928795

Black with #928795

Text Example


Text Example

White with #928795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928795; }

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

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

background-color css

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

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

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

border-color css

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

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

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