#918194

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

Shades of Amethyst Smoke #918194

Tints of Amethyst Smoke #918194

Color information

#918194 (or 0x918194) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 81 and 94. RGB value is (145,129,148). Sum of RGB (Red+Green+Blue) = 145+129+148=422 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.36% from 422); Green value is 129 (50.78% from 255 or 30.57% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 148 - color contains mainly: blue. Hex color #918194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918194 is #6E7E6B. Grayscale: #878787. Windows color (decimal): -7241324 or 9732497. OLE color: 9732497.

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

Color convert

RGB145129148-
CMYK0.020.1300.42
HSL290.53º8.15%54.31%-
HSV(B)290.53º12.84%58.04%-
XYZ24.8723.8631.31-
YUV135.95134.8134.46-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.36%
GREEN value IS 129 (50.78% from 255) = 30.57%
BLUE value IS 148 (58.20% from 255) = 35.07%
R=34.36%
G=30.57%
B=35.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451291480.020.1300.42290.538.1554.31
Hex9181942D02A123836
Octal2212012242150524431066
Binary10010001100000011001010010110101010101001000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918194; }

 p { color: rgb(145,129,148); }

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

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

 a { background-color: rgb(145,129,148); }

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

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

 span { border-color: rgb(145,129,148); }

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