#928294

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

Shades of Amethyst Smoke #928294

Tints of Amethyst Smoke #928294

Color information

#928294 (or 0x928294) is unknown color: approx Amethyst Smoke. HEX triplet: 92, 82 and 94. RGB value is (146,130,148). Sum of RGB (Red+Green+Blue) = 146+130+148=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 148 - color contains mainly: blue. Hex color #928294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928294 is #6D7D6B. Grayscale: #888888. Windows color (decimal): -7175532 or 9732754. OLE color: 9732754.

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

Color convert

RGB146130148-
CMYK0.010.1200.42
HSL293.33º7.76%54.51%-
HSV(B)293.33º12.16%58.04%-
XYZ25.1824.2131.36-
YUV136.84134.3134.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.43%
GREEN value IS 130 (51.17% from 255) = 30.66%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=34.43%
G=30.66%
B=34.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1461301480.010.1200.42293.337.7654.51
Hex9282941C02A125837
Octal2222022241140524451067
Binary1001001010000010100101001110001010101001001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928294; }

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

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

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

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

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

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

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

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