#9C8DAB

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

Shades of Amethyst Smoke #9C8DAB

Tints of Amethyst Smoke #9C8DAB

Color information

#9C8DAB (or 0x9C8DAB) is unknown color: approx Amethyst Smoke. HEX triplet: 9C, 8D and AB. RGB value is (156,141,171). Sum of RGB (Red+Green+Blue) = 156+141+171=468 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.33% from 468); Green value is 141 (55.47% from 255 or 30.13% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C8DAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8DAB is #637254. Grayscale: #949494. Windows color (decimal): -6517333 or 11242908. OLE color: 11242908.

HSL color Cylindrical-coordinate representation of color #9C8DAB: hue angle of 270º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9C8DAB is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB156141171-
CMYK0.090.1800.33
HSL270º15.15%61.18%-
HSV(B)270º17.54%67.06%-
XYZ30.5929.0642.52-
YUV148.9140.47133.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.33%
GREEN value IS 141 (55.47% from 255) = 30.13%
BLUE value IS 171 (67.19% from 255) = 36.54%
R=33.33%
G=30.13%
B=36.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1561411710.090.1800.3327015.1561.18
Hex9C8DAB91202110ef3d
Octal23421525311220414161775
Binary10011100100011011010101110011001001000011000011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,141,171); }

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

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

 a { background-color: rgb(156,141,171); }

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

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

 span { border-color: rgb(156,141,171); }

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