#918794

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

Shades of Amethyst Smoke #918794

Tints of Amethyst Smoke #918794

Color information

#918794 (or 0x918794) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 87 and 94. RGB value is (145,135,148). Sum of RGB (Red+Green+Blue) = 145+135+148=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 135 (53.12% from 255 or 31.54% 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 #918794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918794 is #6E786B. Grayscale: #8B8B8B. Windows color (decimal): -7239788 or 9734033. OLE color: 9734033.

HSL color Cylindrical-coordinate representation of color #918794: hue angle of 286.15º 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 #918794 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB145135148-
CMYK0.020.0900.42
HSL286.15º5.73%55.49%-
HSV(B)286.15º8.78%58.04%-
XYZ25.6925.4931.58-
YUV139.47132.81131.94-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.88%
GREEN value IS 135 (53.12% from 255) = 31.54%
BLUE value IS 148 (58.20% from 255) = 34.58%
R=33.88%
G=31.54%
B=34.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451351480.020.0900.42286.155.7355.49
Hex9187942902A11e637
Octal221207224211052436667
Binary1001000110000111100101001010010101010100011110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918794; }

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

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

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

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

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

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

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

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