Html Css Color HEX #918395 Amethyst Smoke

📋 copy color: '#918395'

red 145 ◦ green 131 ◦ blue 149

#918395
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst Smoke #918395

Tints of Amethyst Smoke #918395

RGB

 RED value IS 145 (57.03% from 255) = 34.12%

 GREEN value IS 131 (51.56% from 255) = 30.82%

 BLUE value IS 149 (58.59% from 255) = 35.06%

R = 34.12%
G = 30.82%
B = 35.06%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#918395 (or 0x918395) is known color: Amethyst Smoke. HEX triplet: 91, 83 and 95. RGB value is (145,131,149). Sum of RGB (Red+Green+Blue) = 145+131+149=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 149 - color contains mainly: blue. Hex color #918395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918395 is #6E7C6A. Grayscale: #898989. Windows color (decimal): -7240811 or 9798545. OLE color: 9798545.

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

Color convert

RGB 145 131 149 -
CMYK 0.03 0.12 0 0.42
HSL 286.67º 0.08% 0.55% -
HSV(B) 286.67º 0.12% 0.58% -
XYZ 25.22 24.42 31.82 -
YUV 137.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 145 131 149 0.03 0.12 0 0.42 286.67 0.08 0.55
Hex 91 83 95 3 C 0 2A 11F 8 37
Octal 221 203 225 3 14 0 52 437 10 67
Binary 10010001 10000011 10010101 11 1100 0 101010 100011111 1000 110111

Color Harmonies of #918395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918395

Black with #918395

Text Example


Text Example

White with #918395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918395; }

 p { color: rgb(145,131,149); }

 H1.HeaderClassName
 {
   color: #918395;
 }
 .AnyTagClassName
 {
   color: #918395;
 }
</style>

background-color css

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

 a { background-color: rgb(145,131,149); }

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

border-color css

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

 span { border-color: rgb(145,131,149); }

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