#928694

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

Shades of Amethyst Smoke #928694

Tints of Amethyst Smoke #928694

Color information

#928694 (or 0x928694) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 86 and 94. RGB value is (146,134,148). Sum of RGB (Red+Green+Blue) = 146+134+148=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 148 - color contains mainly: blue. Hex color #928694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928694 is #6D796B. Grayscale: #8B8B8B. Windows color (decimal): -7174508 or 9733778. OLE color: 9733778.

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

Color convert

RGB146134148-
CMYK0.010.0900.42
HSL291.43º6.14%55.29%-
HSV(B)291.43º9.46%58.04%-
XYZ25.7225.331.54-
YUV139.18132.98132.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.11%
GREEN value IS 134 (52.73% from 255) = 31.31%
BLUE value IS 148 (58.20% from 255) = 34.58%
R=34.11%
G=31.31%
B=34.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461341480.010.0900.42291.436.1455.29
Hex9286941902A123637
Octal222206224111052443667
Binary100100101000011010010100110010101010100100011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928694; }

 p { color: rgb(146,134,148); }

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

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

 a { background-color: rgb(146,134,148); }

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

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

 span { border-color: rgb(146,134,148); }

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