#9B8CA1

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

Shades of Amethyst Smoke #9B8CA1

Tints of Amethyst Smoke #9B8CA1

Color information

#9B8CA1 (or 0x9B8CA1) is unknown color: approx Amethyst Smoke. HEX triplet: 9B, 8C and A1. RGB value is (155,140,161). Sum of RGB (Red+Green+Blue) = 155+140+161=456 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.99% from 456); Green value is 140 (55.08% from 255 or 30.70% from 456); Blue value is 161 (63.28% from 255 or 35.31% from 456); Max value from RGB is 161 - color contains mainly: blue. Hex color #9B8CA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B8CA1 is #64735E. Grayscale: #929292. Windows color (decimal): -6583135 or 10587291. OLE color: 10587291.

HSL color Cylindrical-coordinate representation of color #9B8CA1: hue angle of 282.86º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9B8CA1 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB155140161-
CMYK0.040.1300.37
HSL282.86º10.05%59.02%-
HSV(B)282.86º13.04%63.14%-
XYZ29.3328.337.63-
YUV146.88135.97133.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.99%
GREEN value IS 140 (55.08% from 255) = 30.70%
BLUE value IS 161 (63.28% from 255) = 35.31%
R=33.99%
G=30.70%
B=35.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1551401610.040.1300.37282.8610.0559.02
Hex9B8CA14D02511ba3b
Octal2332142414150454331273
Binary100110111000110010100001100110101001011000110111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B8CA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,140,161); }

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

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

 a { background-color: rgb(155,140,161); }

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

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

 span { border-color: rgb(155,140,161); }

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