#979299

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

Shades of Amethyst Smoke #979299

Tints of Amethyst Smoke #979299

Color information

#979299 (or 0x979299) is unknown color: approx Amethyst Smoke. HEX triplet: 97, 92 and 99. RGB value is (151,146,153). Sum of RGB (Red+Green+Blue) = 151+146+153=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 146 (57.42% from 255 or 32.44% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 153 - color contains mainly: blue. Hex color #979299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979299 is #686D66. Grayscale: #949494. Windows color (decimal): -6843751 or 10064535. OLE color: 10064535.

HSL color Cylindrical-coordinate representation of color #979299: hue angle of 282.86º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #979299 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB151146153-
CMYK0.010.0500.4
HSL282.86º3.32%58.63%-
HSV(B)282.86º4.58%60%-
XYZ28.7929.4434.3-
YUV148.29130.66129.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 33.56%
GREEN value IS 146 (57.42% from 255) = 32.44%
BLUE value IS 153 (60.16% from 255) = 34%
R=33.56%
G=32.44%
B=34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1511461530.010.0500.4282.863.3258.63
Hex9792991502811b33b
Octal22722223115050433373
Binary1001011110010010100110011101010100010001101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979299; }

 p { color: rgb(151,146,153); }

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

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

 a { background-color: rgb(151,146,153); }

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

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

 span { border-color: rgb(151,146,153); }

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