#968799

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

Shades of Amethyst Smoke #968799

Tints of Amethyst Smoke #968799

Color information

#968799 (or 0x968799) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 87 and 99. RGB value is (150,135,153). Sum of RGB (Red+Green+Blue) = 150+135+153=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 153 - color contains mainly: blue. Hex color #968799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968799 is #697866. Grayscale: #8D8D8D. Windows color (decimal): -6912103 or 10061718. OLE color: 10061718.

HSL color Cylindrical-coordinate representation of color #968799: hue angle of 290º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #968799 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB150135153-
CMYK0.020.1200.4
HSL290º8.11%56.47%-
HSV(B)290º11.76%60%-
XYZ26.9926.1133.75-
YUV141.54134.47134.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.25%
GREEN value IS 135 (53.12% from 255) = 30.82%
BLUE value IS 153 (60.16% from 255) = 34.93%
R=34.25%
G=30.82%
B=34.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1501351530.020.1200.42908.1156.47
Hex9687992C028122838
Octal2262072312140504421070
Binary10010110100001111001100110110001010001001000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968799; }

 p { color: rgb(150,135,153); }

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

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

 a { background-color: rgb(150,135,153); }

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

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

 span { border-color: rgb(150,135,153); }

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