#928698

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

Shades of Amethyst Smoke #928698

Tints of Amethyst Smoke #928698

Color information

#928698 (or 0x928698) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 86 and 98. RGB value is (146,134,152). Sum of RGB (Red+Green+Blue) = 146+134+152=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 152 - color contains mainly: blue. Hex color #928698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928698 is #6D7967. Grayscale: #8B8B8B. Windows color (decimal): -7174504 or 9995922. OLE color: 9995922.

HSL color Cylindrical-coordinate representation of color #928698: hue angle of 280º 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 #928698 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB146134152-
CMYK0.040.1200.40
HSL280º8.04%56.08%-
HSV(B)280º11.84%59.61%-
XYZ26.0525.4333.24-
YUV139.64134.98132.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.80%
GREEN value IS 134 (52.73% from 255) = 31.02%
BLUE value IS 152 (59.77% from 255) = 35.19%
R=33.80%
G=31.02%
B=35.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1461341520.040.1200.402808.0456.08
Hex9286984C028118838
Octal2222062304140504301070
Binary100100101000011010011000100110001010001000110001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928698; }

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

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

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

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

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

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

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

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