#918293

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

Shades of Amethyst Smoke #918293

Tints of Amethyst Smoke #918293

Color information

#918293 (or 0x918293) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 82 and 93. RGB value is (145,130,147). Sum of RGB (Red+Green+Blue) = 145+130+147=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 147 - color contains mainly: blue. Hex color #918293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918293 is #6E7D6C. Grayscale: #888888. Windows color (decimal): -7241069 or 9667217. OLE color: 9667217.

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

Color convert

RGB145130147-
CMYK0.010.1200.42
HSL292.94º7.3%54.31%-
HSV(B)292.94º11.56%57.65%-
XYZ24.9324.0930.94-
YUV136.42133.97134.12-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.36%
GREEN value IS 130 (51.17% from 255) = 30.81%
BLUE value IS 147 (57.81% from 255) = 34.83%
R=34.36%
G=30.81%
B=34.83%

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
Decimal1451301470.010.1200.42292.947.354.31
Hex9182931C02A125736
Octal221202223114052445766
Binary100100011000001010010011111000101010100100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918293; }

 p { color: rgb(145,130,147); }

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

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

 a { background-color: rgb(145,130,147); }

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

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

 span { border-color: rgb(145,130,147); }

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