#968399

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

Shades of Amethyst Smoke #968399

Tints of Amethyst Smoke #968399

Color information

#968399 (or 0x968399) is unknown color: approx Amethyst Smoke. HEX triplet: 96, 83 and 99. RGB value is (150,131,153). Sum of RGB (Red+Green+Blue) = 150+131+153=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 131 (51.56% from 255 or 30.18% from 434); Blue value is 153 (60.16% from 255 or 35.25% from 434); Max value from RGB is 153 - color contains mainly: blue. Hex color #968399 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968399 is #697C66. Grayscale: #8B8B8B. Windows color (decimal): -6913127 or 10060694. OLE color: 10060694.

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

Color convert

RGB150131153-
CMYK0.020.1400.4
HSL291.82º9.73%55.69%-
HSV(B)291.82º14.38%60%-
XYZ26.4425.0233.57-
YUV139.19135.79135.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.56%
GREEN value IS 131 (51.56% from 255) = 30.18%
BLUE value IS 153 (60.16% from 255) = 35.25%
R=34.56%
G=30.18%
B=35.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1501311530.020.1400.4291.829.7355.69
Hex9683992E028124a38
Octal2262032312160504441270
Binary10010110100000111001100110111001010001001001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968399; }

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

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

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

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

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

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

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

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