#9A8F9D

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

Shades of Amethyst Smoke #9A8F9D

Tints of Amethyst Smoke #9A8F9D

Color information

#9A8F9D (or 0x9A8F9D) is unknown color: approx Amethyst Smoke. HEX triplet: 9A, 8F and 9D. RGB value is (154,143,157). Sum of RGB (Red+Green+Blue) = 154+143+157=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A8F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A8F9D is #657062. Grayscale: #939393. Windows color (decimal): -6647907 or 10325914. OLE color: 10325914.

HSL color Cylindrical-coordinate representation of color #9A8F9D: hue angle of 287.14º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #9A8F9D is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB154143157-
CMYK0.020.0900.38
HSL287.14º6.67%58.82%-
HSV(B)287.14º8.92%61.57%-
XYZ29.2328.9535.95-
YUV147.88133.14132.36-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.92%
GREEN value IS 143 (56.25% from 255) = 31.50%
BLUE value IS 157 (61.72% from 255) = 34.58%
R=33.92%
G=31.50%
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.38
SystemRedGreenBlueCMYKHSL
Decimal1541431570.020.0900.38287.146.6758.82
Hex9A8F9D2902611f73b
Octal232217235211046437773
Binary1001101010001111100111011010010100110100011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A8F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A8F9D; }

 p { color: rgb(154,143,157); }

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

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

 a { background-color: rgb(154,143,157); }

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

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

 span { border-color: rgb(154,143,157); }

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