#918793

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

Shades of Amethyst Smoke #918793

Tints of Amethyst Smoke #918793

Color information

#918793 (or 0x918793) is unknown color: approx Amethyst Smoke. HEX triplet: 91, 87 and 93. RGB value is (145,135,147). Sum of RGB (Red+Green+Blue) = 145+135+147=427 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.96% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 147 - color contains mainly: blue. Hex color #918793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918793 is #6E786C. Grayscale: #8B8B8B. Windows color (decimal): -7239789 or 9668497. OLE color: 9668497.

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

Color convert

RGB145135147-
CMYK0.010.0800.42
HSL290º5.26%55.29%-
HSV(B)290º8.16%57.65%-
XYZ25.6125.4531.17-
YUV139.36132.31132.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.96%
GREEN value IS 135 (53.12% from 255) = 31.62%
BLUE value IS 147 (57.81% from 255) = 34.43%
R=33.96%
G=31.62%
B=34.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451351470.010.0800.422905.2655.29
Hex9187931802A122537
Octal221207223110052442567
Binary100100011000011110010011110000101010100100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918793; }

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

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

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

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

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

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

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

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