#96929B

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

Shades of Amethyst Smoke #96929B

Tints of Amethyst Smoke #96929B

Color information

#96929B (or 0x96929B) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 92 and 9B. RGB value is (150,146,155). Sum of RGB (Red+Green+Blue) = 150+146+155=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 155 (60.94% from 255 or 34.37% from 451); Max value from RGB is 155 - color contains mainly: blue. Hex color #96929B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96929B is #696D64. Grayscale: #949494. Windows color (decimal): -6909285 or 10195606. OLE color: 10195606.

HSL color Cylindrical-coordinate representation of color #96929B: hue angle of 266.67º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #96929B is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB150146155-
CMYK0.030.0600.39
HSL266.67º4.31%59.02%-
HSV(B)266.67º5.81%60.78%-
XYZ28.7729.4135.17-
YUV148.22131.83129.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.26%
GREEN value IS 146 (57.42% from 255) = 32.37%
BLUE value IS 155 (60.94% from 255) = 34.37%
R=33.26%
G=32.37%
B=34.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1501461550.030.0600.39266.674.3159.02
Hex96929B3602710b43b
Octal22622223336047413473
Binary100101101001001010011011111100100111100001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96929B; }

 p { color: rgb(150,146,155); }

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

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

 a { background-color: rgb(150,146,155); }

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

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

 span { border-color: rgb(150,146,155); }

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