Html Css Color HEX #918A9B Amethyst Smoke

📋 copy color: '#918A9B'

red 145 ◦ green 138 ◦ blue 155

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

Shades of Amethyst Smoke #918A9B

Tints of Amethyst Smoke #918A9B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.51%

 BLUE value IS 155 (60.94% from 255) = 35.39%

R = 33.11%
G = 31.51%
B = 35.39%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#918A9B (or 0x918A9B) is known color: Amethyst Smoke. HEX triplet: 91, 8A and 9B. RGB value is (145,138,155). Sum of RGB (Red+Green+Blue) = 145+138+155=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 155 - color contains mainly: blue. Hex color #918A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918A9B is #6E7564. Grayscale: #8D8D8D. Windows color (decimal): -7239013 or 10193553. OLE color: 10193553.

HSL color Cylindrical-coordinate representation of color #918A9B: hue angle of 264.71º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #918A9B is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 145 138 155 -
CMYK 0.06 0.11 0 0.39
HSL 264.71º 0.08% 0.57% -
HSV(B) 264.71º 0.11% 0.61% -
XYZ 26.68 26.56 34.73 -
YUV 142.03 135.32 130.12 -
System Red Green Blue C M Y K H S L
Decimal 145 138 155 0.06 0.11 0 0.39 264.71 0.08 0.57
Hex 91 8A 9B 6 B 0 27 109 8 39
Octal 221 212 233 6 13 0 47 411 10 71
Binary 10010001 10001010 10011011 110 1011 0 100111 100001001 1000 111001

Color Harmonies of #918A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918A9B

Black with #918A9B

Text Example


Text Example

White with #918A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #918A9B; }

 p { color: rgb(145,138,155); }

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

background-color css

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

 a { background-color: rgb(145,138,155); }

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

border-color css

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

 span { border-color: rgb(145,138,155); }

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