#928793

Color #928793 Amethyst Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amethyst Smoke #928793

Tints of Amethyst Smoke #928793

Color information

#928793 (or 0x928793) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 87 and 93. RGB value is (146,135,147). Sum of RGB (Red+Green+Blue) = 146+135+147=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 147 - color contains mainly: blue. Hex color #928793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928793 is #6D786C. Grayscale: #8B8B8B. Windows color (decimal): -7174253 or 9668498. OLE color: 9668498.

HSL color Cylindrical-coordinate representation of color #928793: hue angle of 295º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #928793 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB146135147-
CMYK0.010.0800.42
HSL295º5.26%55.29%-
HSV(B)295º8.16%57.65%-
XYZ25.7825.5531.18-
YUV139.66132.14132.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.11%
GREEN value IS 135 (53.12% from 255) = 31.54%
BLUE value IS 147 (57.81% from 255) = 34.35%
R=34.11%
G=31.54%
B=34.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461351470.010.0800.422955.2655.29
Hex9287931802A127537
Octal222207223110052447567
Binary100100101000011110010011110000101010100100111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928793; }

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

 H1.HeaderClassName
 {
   color: #928793;
 }
 .AnyTagClassName
 {
   color: #928793;
 }
</style>
background-color css

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

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

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

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

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

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